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 E4120106B for ; Mon, 2 Mar 2015 06:48:46 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 01 Mar 2015 21:46:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,674,1418112000"; d="scan'208";a="685382886" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by fmsmga002.fm.intel.com with ESMTP; 01 Mar 2015 21:48:44 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by KMSMSX153.gar.corp.intel.com (172.21.73.88) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 2 Mar 2015 13:48:43 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.197]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.209]) with mapi id 14.03.0195.001; Mon, 2 Mar 2015 13:48:41 +0800 From: "Cao, Min" To: "Liu, Jijiang" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 0/3] support TSO on i40e Thread-Index: AQHQUXWYTrcNyFeTEUOVpD2YVXSVyZ0FkoFw Date: Mon, 2 Mar 2015 05:48:41 +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: zh-CN, 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: Mon, 02 Mar 2015 05:48:47 -0000 Tested-by: min.cao Patch name: [dpdk-dev] [PATCH v3 0/3] support TSO on i40e Test Flag: Tested-by Tester name: min.cao@intel.com Result summary: total 3 cases, 3 passed, 0 failed Test Case 1: =09 Name: ipv4 Environment: OS: Fedora20 3.11.10-301.fc20.x86_64 gcc (GCC) 4.8.2 CPU: Intel(R) Xeon(R) CPU E5-2680 0 @ 2.70GHz NIC: Fortville eagle=20 Test result: PASSED Detail: TSO enable in ipv4 Test Case 2: =09 Name: ipv6 Environment: OS: Fedora20 3.11.10-301.fc20.x86_64 gcc (GCC) 4.8.2 CPU: Intel(R) Xeon(R) CPU E5-2680 0 @ 2.70GHz NIC: Fortville eagle=20 Test result: PASSED Detail: TSO enable in ipv6 Test Case 3: =09 Name: nvgre Environment: OS: Fedora20 3.11.10-301.fc20.x86_64 gcc (GCC) 4.8.2 CPU: Intel(R) Xeon(R) CPU E5-2680 0 @ 2.70GHz NIC: Fortville eagle=20 Test result: PASSED Detail: TSO enable in nvgre -----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 This patch set enables i40e TSO feature for both non-tunneling packet and t= unneling packet. Change logs: v2 change: rework based on Olivier's patch set [PATCH v2 00/20] enhance= Tx checksum offload API http://dpdk.org/ml/archives/dev/2015-February/012375.html v3 change:=20 1. split 'enable i40e TSO' patch in v2 into two patches. One patch is for moving tx offloads parameters of i40e to separate stru= cture. And other patch is for enabling i40e TSO feature for both non-tunneling= packet and tunneling packet=09 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 packe= t=20 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 1.7.7.6