From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 777E8936C for ; Fri, 13 Nov 2015 07:43:49 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 12 Nov 2015 22:43:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,286,1444719600"; d="scan'208";a="818898787" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.66.49]) by orsmga001.jf.intel.com with ESMTP; 12 Nov 2015 22:43:48 -0800 Date: Fri, 13 Nov 2015 14:43:53 +0800 From: Yuanhan Liu To: Jijiang Liu Message-ID: <20151113064353.GO2326@yliu-dev.sh.intel.com> References: <1447330026-16685-1-git-send-email-jijiang.liu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447330026-16685-1-git-send-email-jijiang.liu@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v5 0/4] add virtio offload support in us-vhost X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 06:43:49 -0000 Series Acked-by: Yuanhan Liu --yliu On Thu, Nov 12, 2015 at 08:07:02PM +0800, Jijiang Liu wrote: > Adds virtio offload support in us-vhost. > > The patch set adds the feature negotiation of checksum and TSO between us-vhost and vanilla Linux virtio guest, and add these offload features support in the vhost lib, and change vhost sample to test them. > > v5 changes: > Add more clear descriptions to explain these changes. > reset the 'virtio_net_hdr' value in the virtio_enqueue_offload() function. > reorganize patches. > > > v4 change: > remove virtio-net change, only keep vhost changes. > add guest TX offload capabilities to support VM to VM case. > split the cleanup code as a separate patch. > > v3 change: > rebase latest codes. > > v2 change: > fill virtio device information for TX offloads. > > *** BLURB HERE *** > > Jijiang Liu (4): > add vhost offload capabilities > remove ipv4_hdr structure from vhost sample. > add guest offload setting ln the vhost lib. > change vhost application to test checksum and TSO for VM to NIC case > > examples/vhost/main.c | 120 ++++++++++++++++++++++++++++----- > lib/librte_vhost/vhost_rxtx.c | 150 ++++++++++++++++++++++++++++++++++++++++- > lib/librte_vhost/virtio-net.c | 9 ++- > 3 files changed, 259 insertions(+), 20 deletions(-) > > -- > 1.7.7.6