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 A9FFFA3168 for ; Thu, 17 Oct 2019 03:37:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F0ACF1DFE4; Thu, 17 Oct 2019 03:37:40 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 368291C0DB for ; Thu, 17 Oct 2019 03:37:39 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Oct 2019 18:37:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,305,1566889200"; d="scan'208";a="186337284" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga007.jf.intel.com with ESMTP; 16 Oct 2019 18:37:37 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 16 Oct 2019 18:37:37 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 16 Oct 2019 18:37:37 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.96]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.165]) with mapi id 14.03.0439.000; Thu, 17 Oct 2019 09:37:35 +0800 From: "Zhang, Qi Z" To: "Xu, Ting" , "dev@dpdk.org" CC: "Lu, Wenzhuo" , "Wu, Jingjing" , "Ye, Xiaolong" , "Yang, Qiming" , "Mcnamara, John" , "Kovacevic, Marko" , "olivier.matz@6wind.com" Thread-Topic: [PATCH v1 0/2] net/ice: enable GTP checksum offload Thread-Index: AQHVb1PhcNLfVRb5NUyIlBDNsOwJ16deOCaA Date: Thu, 17 Oct 2019 01:37:35 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153DB0769@SHSMSX105.ccr.corp.intel.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmQzMjdjZjktYWYxYy00NmYzLWFiZjEtYzYwNDM1YjBmMGRiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMUNNRTJxR0N1YUJ1NEJTZDQxTG8zaVRJRWJCSzM1K0xsZDU3Um5mNGxcL3dCR3E2ZnJOM0cwaGFPSTZVSk9tRzMifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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" > -----Original Message----- > From: Xu, Ting > Sent: Friday, September 20, 2019 4:36 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Wu, Jingjing > ; Ye, Xiaolong ; Yang, Qimi= ng > ; Mcnamara, John ; > Kovacevic, Marko ; olivier.matz@6wind.com; > Zhang, Qi Z > Subject: [PATCH v1 0/2] net/ice: enable GTP checksum offload >=20 > In this patchset, minor modifications are made in ice pmd and mbuf to ena= ble > GTP tx checksum offload in CVL. Add the GTP tunnel type flag. >=20 > Ting Xu (2): > lib/mbuf: add GTP tunnel type flag > net/ice: add GTP type in tunneling parse >=20 > 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(+) >=20 > -- > 2.17.1 Acked-by: Qi Zhang