From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xueming Li Subject: [PATCH v6 0/2] support Tx generic tunnel checksum and TSO Date: Wed, 18 Apr 2018 21:38:25 +0800 Message-ID: <20180418133827.26990-1-xuemingl@mellanox.com> References: <20180408123240.110698-1-xuemingl@mellanox.com> Cc: Xueming Li , Ferruh Yigit , dev@dpdk.org To: Wenzhuo Lu , Jingjing Wu , Thomas Monjalon , Yongseok Koh , Olivier MATZ , Shahaf Shuler , Iremonger@dev-r630-06.mtbc.labs.mlnx, Bernard Return-path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id F15EF8E81 for ; Wed, 18 Apr 2018 15:38:36 +0200 (CEST) In-Reply-To: <20180408123240.110698-1-xuemingl@mellanox.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" V6: - Comments update according to maillist discussion. V5: - Removed duplicated testpmd patch in other pathset. - More comments on PKT_TX_TUNNEL_IP and PKT_TX_TUNNEL_UDP V4: - Removed DEV_TX_OFFLOAD_GENERIC_TNL_CKSUM and DEV_TX_OFFLOAD_GENERIC_TNL_TSO - Replaced with DEV_TX_OFFLOAD_IP_TNL_TSO - Removed PKT_TX_OUTER_UDP - Splited PKT_TX_TUNNEL_UNKNOWN into PKT_TX_TUNNEL_IP and PKT_TX_TUNNEL_UDP V3: - Add VXLAN-GPE and GRE extention support to testpmd csum forwarding enginee - Split DEV_TX_OFFLOAD_GENERIC_TNL_CKSUM_TSO into DEV_TX_OFFLOAD_GENERIC_TNL_CKSUM and DEV_TX_OFFLOAD_GENERIC_TNL_TSO - Add PKT_TX_TUNNEL_UNKNOWN and PKT_TX_OUTER_UDP http://www.dpdk.org/dev/patchwork/patch/34655/ This patchset introduces new HW capability of generic tunnel cheksum and TSO offloads, HW supporting generic tunnel checksum and TSO could handle new tunnel type offloading w/o upgrading HW. New Generic tunnel checksum and TSO offload support IP tunnel and UDP tunnel. Please note that tunnel type that has length, sequence id or checksum are not considered as generi c tunnel type. Xueming Li (2): ethdev: introduce generic IP/UDP tunnel checksum and TSO app/testpmd: testpmd support Tx generic tunnel offloads app/test-pmd/cmdline.c | 14 ++++++++++++-- app/test-pmd/config.c | 17 +++++++++++++++++ lib/librte_ether/rte_ethdev.h | 12 ++++++++++++ lib/librte_mbuf/rte_mbuf.c | 6 ++++++ lib/librte_mbuf/rte_mbuf.h | 25 +++++++++++++++++++++++++ 5 files changed, 72 insertions(+), 2 deletions(-) -- 2.13.3