Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932164Ab2ENSjw (ORCPT ); Mon, 14 May 2012 14:39:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61862 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751297Ab2ENSju (ORCPT ); Mon, 14 May 2012 14:39:50 -0400 Date: Mon, 14 May 2012 21:39:30 +0300 From: "Michael S. Tsirkin" To: Shirley Ma Cc: "David S. Miller" , Stephen Hemminger , Joe Perches , Jason Wang , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Ian.Campbell@citrix.com, kvm@vger.kernel.org Subject: Re: [PATCH RFC] tun: experimental zero copy tx support Message-ID: <20120514183929.GB17086@redhat.com> References: <20120513155206.GA26847@redhat.com> <1337016890.3851.20.camel@oc3660625478.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1337016890.3851.20.camel@oc3660625478.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1187 Lines: 31 On Mon, May 14, 2012 at 10:34:50AM -0700, Shirley Ma wrote: > On Sun, 2012-05-13 at 18:52 +0300, Michael S. Tsirkin wrote: > > Let vhost-net utilize zero copy tx when the experimental > > zero copy mode is enabled and when used with tun. This works on > > top of the patchset 'copy aside frags with destructors' that I posted > > previously. This is not using tcp so doesn't have the > > issue with early skb cloning noticed by Ian. > > > > For those that wish to test this with kvm, I intend to post a patchset > > + > > git tree with just the necessary bits from the destructor patch > > a bit later. > > > > Signed-off-by: Michael S. Tsirkin > > Hello Mike, > > Have you tested this patch? I think the difference between macvtap and > tap is tap forwarding the packet to bridge. The zerocopy is disabled in > this case. > > Shirley Testing in progress, but the patchset I pointed to enables zerocopy with bridge. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/