From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3D2833B5 for ; Thu, 26 Feb 2015 04:37:30 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 25 Feb 2015 19:37:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,650,1418112000"; d="scan'208";a="671812427" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 25 Feb 2015 19:37:27 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t1Q3bRLm003457 for ; Thu, 26 Feb 2015 11:37:27 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t1Q3bOYM024260 for ; Thu, 26 Feb 2015 11:37:26 +0800 Received: (from jijiangl@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t1Q3bOL7024256 for dev@dpdk.org; Thu, 26 Feb 2015 11:37:24 +0800 From: Jijiang Liu To: dev@dpdk.org Date: Thu, 26 Feb 2015 11:37:21 +0800 Message-Id: <1424921844-24162-1-git-send-email-jijiang.liu@intel.com> X-Mailer: git-send-email 1.7.12.2 Subject: [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 03:37:30 -0000 This patch set enables i40e TSO feature for both non-tunneling packet and tunneling 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: 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 Jijiang Liu (3): Move Tx offloads parameters of i40e to separate structure Enable i40e TSO feature for both non-tunneling packet and tunneling packet Advertise the DEV_TX_OFFLOAD_TCP_TSO flag in the PMD features 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(-) -- 1.7.7.6