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 4EC9B3781 for ; Thu, 26 Feb 2015 16:56:35 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 26 Feb 2015 07:50:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,653,1418112000"; d="scan'208";a="691166015" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga002.jf.intel.com with ESMTP; 26 Feb 2015 07:56:33 -0800 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.117]) by IRSMSX108.ger.corp.intel.com ([169.254.11.218]) with mapi id 14.03.0195.001; Thu, 26 Feb 2015 15:56:32 +0000 From: "Ananyev, Konstantin" To: "Liu, Jijiang" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 0/3] support TSO on i40e Thread-Index: AQHQUXWZSA1hK4NK40KmlfF1OyKIl50DFoWg Date: Thu, 26 Feb 2015 15:56:31 +0000 Message-ID: <2601191342CEEE43887BDE71AB977258213F2A95@irsmsx105.ger.corp.intel.com> References: <1424921844-24162-1-git-send-email-jijiang.liu@intel.com> In-Reply-To: <1424921844-24162-1-git-send-email-jijiang.liu@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 0/3] 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: Thu, 26 Feb 2015 15:56:35 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jijiang Liu > Sent: Thursday, February 26, 2015 3:37 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/3] 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 > v3 change: > 1. split 'enable i40e TSO' patch in v2 into two patches. > One patch is for moving tx offloads parameters of i40e to separate st= ructure. > And other patch is for enabling i40e TSO feature for both non-tunneli= ng packet and tunneling packet > 2. patch order change >=20 > Jijiang Liu (3): > Move Tx offloads parameters of i40e to separate structure > Enable i40e TSO feature for both non-tunneling packet and tunneling pac= ket > Advertise the DEV_TX_OFFLOAD_TCP_TSO flag in the PMD features >=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 Acked-by: Konstantin Ananyev > -- > 1.7.7.6