From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jianfeng Tan Subject: [PATCH v4 0/3] Add TSO on tunneling packet Date: Mon, 1 Aug 2016 03:56:52 +0000 Message-ID: <1470023815-23108-1-git-send-email-jianfeng.tan@intel.com> References: <1467752375-25984-1-git-send-email-zhe.tao@intel.com> Cc: thomas.monjalon@6wind.com, pablo.de.lara.guarch@intel.com, konstantin.ananyev@intel.com, jingjing.wu@intel.com, helin.zhang@intel.com, Jianfeng Tan , Zhe Tao To: dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 529952E83 for ; Mon, 1 Aug 2016 05:57:05 +0200 (CEST) In-Reply-To: <1467752375-25984-1-git-send-email-zhe.tao@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Patch 1: mbuf: add Tx side tunneling type Patch 2: net/i40e: add TSO support on tunneling packet Patch 3: app/testpmd: fix Tx offload on tunneling packet v4: - According to tunnel type flag to parse tunneling parameters. - Add new capabilities to indicate support of TSO on tunneling packets. - Add check to see if TSO on tunneling packets are supported for the specified NIC. - Add support for geneve (as i40e does not differentiate UDP tunneling. - Split into three patches. v3: - added external IP offload flag when TSO is enabled for tunnelling packets v2: - edited the comments Signed-off-by: Zhe Tao Signed-off-by: Jianfeng Tan Jianfeng Tan (3): mbuf: add Tx side tunneling type net/i40e: add TSO support on tunneling packet app/testpmd: fix Tx offload on tunneling packet app/test-pmd/cmdline.c | 42 +++++++++++++++++--- app/test-pmd/csumonly.c | 37 +++++++++++++---- drivers/net/i40e/i40e_ethdev.c | 6 ++- drivers/net/i40e/i40e_rxtx.c | 90 +++++++++++++++++++++++++++++------------- lib/librte_ether/rte_ethdev.h | 4 ++ lib/librte_mbuf/rte_mbuf.c | 4 ++ lib/librte_mbuf/rte_mbuf.h | 17 +++++++- 7 files changed, 157 insertions(+), 43 deletions(-) -- 2.7.4