From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A3A1A8E84 for ; Fri, 30 Oct 2015 16:35:43 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 30 Oct 2015 08:35:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,219,1444719600"; d="scan'208";a="591082937" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by FMSMGA003.fm.intel.com with ESMTP; 30 Oct 2015 08:35:42 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 30 Oct 2015 08:35:42 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.110.15) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 30 Oct 2015 08:35:42 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.204]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.194]) with mapi id 14.03.0248.002; Fri, 30 Oct 2015 23:35:34 +0800 From: "Tan, Jianfeng" To: "Liu, Jijiang" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/9] add vhost TX offload support Thread-Index: AQHRExMLIf7/LmaafE62ckX5VcLCUJ6EKm9Q Date: Fri, 30 Oct 2015 15:35:34 +0000 Message-ID: References: <1446210034-13750-1-git-send-email-jijiang.liu@intel.com> In-Reply-To: <1446210034-13750-1-git-send-email-jijiang.liu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/9] add vhost TX offload support 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, 30 Oct 2015 15:35:44 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jijiang Liu > Sent: Friday, October 30, 2015 9:00 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 0/9] add vhost TX offload support >=20 > Adds vhost TX offload support. >=20 > The patch set add the negotiation between us-vhost and virtio-net for vho= st > TX offload(checksum and TSO), and add the TX offload support in the libs = and > change vhost sample and csum application to test these changes. >=20 > v2 change: > fill virtio device information for TX offloads. >=20 > Jijiang Liu (8): > add virtual address of virtio net header > store virtual address of virtio hdr > add vhost TX offload support capability in virtio-net > fill virtio device information for TX offloads. > add vhost TX offload support capability in vhost > enqueue TX offload > dequeue TX offload > change vhost App to support TX offload > fix csumonly fwd issue >=20 > app/test-pmd/csumonly.c | 6 ++ > drivers/net/virtio/virtio_ethdev.c | 13 ++++++++++ > drivers/net/virtio/virtio_ethdev.h | 5 +- > drivers/net/virtio/virtio_rxtx.c | 61 +++++++++++++++++ > drivers/net/virtio/virtqueue.h | 1 + > examples/vhost/main.c | 128 > +++++++++++++++++++++++++++++++----- > lib/librte_vhost/vhost_rxtx.c | 108 > ++++++++++++++++++++++++++++++- > lib/librte_vhost/virtio-net.c | 6 ++- > 8 files changed, 308 insertions(+), 20 deletions(-) >=20 > -- > 1.7.7.6 Acked-by: Jianfeng Tan