From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E2C6C5A71 for ; Mon, 26 Oct 2015 08:10:02 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 26 Oct 2015 00:10:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,200,1444719600"; d="scan'208";a="587989439" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 26 Oct 2015 00:10:01 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 26 Oct 2015 00:10:01 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 26 Oct 2015 00:10:01 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.204]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.47]) with mapi id 14.03.0248.002; Mon, 26 Oct 2015 15:09:09 +0800 From: "Tan, Jianfeng" To: "Liu, Jijiang" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/8] add vhost TSO capability Thread-Index: AQHQ8KLooOcefqohaEq/RwBH8mcmKp59mMgw Date: Mon, 26 Oct 2015 07:09:08 +0000 Message-ID: References: <1442423438-10578-1-git-send-email-jijiang.liu@intel.com> In-Reply-To: <1442423438-10578-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 0/8] add vhost TSO capability 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: Mon, 26 Oct 2015 07:10:03 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jijiang Liu > Sent: Thursday, September 17, 2015 1:11 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/8] add vhost TSO capability >=20 > The patch set add the negotiation between us-vhost and virtio-net for vho= st > TSO feature, and enqueue/dequeue vhost TSO offload and change vhost > sample and csum application to test these. >=20 > *** BLURB HERE *** >=20 > Jijiang Liu (8): > add host TSO support in virtio_ethdev.h file > add virtual addr for virtio net header in struct virtqueue. > record the virtual addr for virtio net header > enqueue TSO offload in virtio-net > extend VHOST_SUPPORTED_FEATURES list for TSO support > add TSO offload dequeue > TSO support in vhost sample > fix an issue in csum file. >=20 > app/test-pmd/csumonly.c | 6 ++++++ > drivers/net/virtio/virtio_ethdev.c | 3 +++ > drivers/net/virtio/virtio_ethdev.h | 4 +++- > drivers/net/virtio/virtio_rxtx.c | 28 ++++++++++++++++++++++++++++ > drivers/net/virtio/virtqueue.h | 1 + > examples/vhost/main.c | 20 ++++++++++++++++++-- > lib/librte_vhost/vhost_rxtx.c | 29 ++++++++++++++++++++++++++++- > lib/librte_vhost/virtio-net.c | 5 ++++- > 8 files changed, 91 insertions(+), 5 deletions(-) >=20 > -- > 1.7.7.6 Acked-by: Jianfeng Tan Thanks, Jianfeng