From patchwork Mon Oct 21 09:59:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xu, Ting" X-Patchwork-Id: 61497 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C86FC2B87; Mon, 21 Oct 2019 04:59:54 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 8598DF11 for ; Mon, 21 Oct 2019 04:59:50 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Oct 2019 19:59:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,322,1566889200"; d="scan'208";a="222326747" Received: from dpdk-xuting-main.sh.intel.com ([10.67.117.83]) by fmsmga004.fm.intel.com with ESMTP; 20 Oct 2019 19:59:29 -0700 From: Ting Xu To: dev@dpdk.org Cc: wenzhuo.lu@intel.com, qiming.yang@intel.com, john.mcnamara@intel.com, marko.kovacevic@intel.com, olivier.matz@6wind.com Date: Mon, 21 Oct 2019 09:59:59 +0000 Message-Id: X-Mailer: git-send-email 2.17.1 In-Reply-To: <9f054f84c5ae5cb871d86ace17f7c3ca658fb890.1568968178.git.ting.xu@intel.com> References: <9f054f84c5ae5cb871d86ace17f7c3ca658fb890.1568968178.git.ting.xu@intel.com> Subject: [dpdk-dev] [PATCH v2 0/2] support GTP Tx 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 support GTP Tx checksum offload in CVL. Add the GTP tunnel type flag in mbuf. v2: modify codes according to comments. Add flag name in rte_mbuf.c. Ting Xu (2): lib/mbuf: add GTP tunnel type flag net/ice: add GTP tunnel type in tunneling parse doc/guides/rel_notes/release_19_11.rst | 1 + drivers/net/ice/ice_rxtx.c | 1 + lib/librte_mbuf/rte_mbuf.c | 2 ++ lib/librte_mbuf/rte_mbuf.h | 2 ++ 4 files changed, 6 insertions(+)