From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C57CBA2EFC for ; Fri, 20 Sep 2019 03:36:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 342E61F1F8; Fri, 20 Sep 2019 03:36:41 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id D41231F1F3 for ; Fri, 20 Sep 2019 03:36:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Sep 2019 18:36:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,526,1559545200"; d="scan'208";a="194558603" Received: from dpdk-xuting-main.sh.intel.com ([10.67.117.161]) by FMSMGA003.fm.intel.com with ESMTP; 19 Sep 2019 18:36:34 -0700 From: Ting Xu To: dev@dpdk.org Cc: wenzhuo.lu@intel.com, jingjing.wu@intel.com, xiaolong.ye@intel.com, qiming.yang@intel.com, john.mcnamara@intel.com, marko.kovacevic@intel.com, olivier.matz@6wind.com, qi.z.zhang@intel.com Date: Fri, 20 Sep 2019 08:36:22 +0000 Message-Id: X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH v1 0/2] net/ice: enable GTP checksum offload X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" In this patchset, minor modifications are made in ice pmd and mbuf to enable GTP tx checksum offload in CVL. Add the GTP tunnel type flag. Ting Xu (2): lib/mbuf: add GTP tunnel type flag net/ice: add GTP type in tunneling parse doc/guides/rel_notes/release_19_11.rst | 5 +++++ drivers/net/ice/ice_rxtx.c | 1 + lib/librte_mbuf/rte_mbuf.h | 2 ++ 3 files changed, 8 insertions(+) -- 2.17.1