From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E20109AD3 for ; Fri, 13 Feb 2015 02:33:07 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 12 Feb 2015 17:28:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,567,1418112000"; d="scan'208";a="665737896" Received: from pgsmsx105.gar.corp.intel.com ([10.221.44.96]) by fmsmga001.fm.intel.com with ESMTP; 12 Feb 2015 17:33:04 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by PGSMSX105.gar.corp.intel.com (10.221.44.96) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 13 Feb 2015 09:33:00 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.161]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.209]) with mapi id 14.03.0195.001; Fri, 13 Feb 2015 09:32:58 +0800 From: "Wu, Jingjing" To: "Liu, Jijiang" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/2] support TSO on i40e Thread-Index: AQHQRDJbJD1BxMPsSk6FvnF2tN497pzt0J5g Date: Fri, 13 Feb 2015 01:32:58 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8BA72E8@SHSMSX104.ccr.corp.intel.com> References: <1423463570-12947-1-git-send-email-jijiang.liu@intel.com> In-Reply-To: <1423463570-12947-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/2] support TSO on i40e 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 Feb 2015 01:33:08 -0000 Hi, Jijiang I guess you may miss the "V2" in the title? > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jijiang Liu > Sent: Monday, February 09, 2015 2:33 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/2] support TSO on i40e >=20 > This patch set enables i40e TSO feature for both non-tunneling packet and > tunneling packet. >=20 > Change logs: > v2 change: rework based on Olivier's patch set [PATCH v2 00/20] enhan= ce > tx checksum offload API > http://dpdk.org/ml/archives/dev/2015- > February/012375.html >=20 > Jijiang Liu (2): > advertise TSO capability in the i40e PMD > enable i40e TSO feature >=20 > lib/librte_pmd_i40e/i40e_ethdev.c | 3 +- > lib/librte_pmd_i40e/i40e_rxtx.c | 99 +++++++++++++++++++++++++++--- > ------- > lib/librte_pmd_i40e/i40e_rxtx.h | 13 +++++ > 3 files changed, 87 insertions(+), 28 deletions(-) >=20 > -- > 1.7.7.6