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 CDB6E234 for ; Sat, 28 Feb 2015 02:53:43 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 27 Feb 2015 17:53:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,664,1418112000"; d="scan'208";a="691896232" Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by orsmga002.jf.intel.com with ESMTP; 27 Feb 2015 17:53:42 -0800 Received: from kmsmsx154.gar.corp.intel.com (172.21.73.14) by PGSMSX103.gar.corp.intel.com (10.221.44.82) with Microsoft SMTP Server (TLS) id 14.3.195.1; Sat, 28 Feb 2015 09:53:40 +0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by KMSMSX154.gar.corp.intel.com (172.21.73.14) with Microsoft SMTP Server (TLS) id 14.3.195.1; Sat, 28 Feb 2015 09:53:40 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.161]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.46]) with mapi id 14.03.0195.001; Sat, 28 Feb 2015 09:53:38 +0800 From: "Zhang, Helin" To: "Liu, Jijiang" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 0/3] support TSO on i40e Thread-Index: AQHQUXWoE9tY/Lxz90+SoJy2h3NJ5J0FT7Fg Date: Sat, 28 Feb 2015 01:53:38 +0000 Message-ID: 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-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 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: Sat, 28 Feb 2015 01:53:44 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jijiang Liu > Sent: Thursday, February 26, 2015 11: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 > structure. > And other patch is for enabling i40e TSO feature for both > non-tunneling 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(-) Acked-by: Helin Zhang >=20 > -- > 1.7.7.6