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 E0A30A04DB; Wed, 2 Dec 2020 08:59:01 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 86CF2C9B6; Wed, 2 Dec 2020 08:58:59 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id BF6ACC988 for ; Wed, 2 Dec 2020 08:58:57 +0100 (CET) IronPort-SDR: 1hIHREiYuJQ5Ko31v6+J0Z0RJKZos8XAYIsfvxey2g6GHiOvh9qqjxo2hC5Oi/HpES9JMiER/u JVK+QuNUw48A== X-IronPort-AV: E=McAfee;i="6000,8403,9822"; a="257681079" X-IronPort-AV: E=Sophos;i="5.78,386,1599548400"; d="scan'208";a="257681079" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2020 23:58:51 -0800 IronPort-SDR: hPnZRn8WgSnWl1/L2dHRH9/W+XMuIbfOelcBlztutRMCk1Ou7E9esPCm4VmC+73D0udETlQxSw XkxAg05NjAQA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,386,1599548400"; d="scan'208";a="405415374" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga001.jf.intel.com with ESMTP; 01 Dec 2020 23:58:50 -0800 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 1 Dec 2020 23:58:49 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 2 Dec 2020 15:58:47 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Wed, 2 Dec 2020 15:58:47 +0800 From: "Guo, Jia" To: "Yang, MurphyX" , "dev@dpdk.org" CC: "Yang, Qiming" , "Yang, SteveX" , "Xing, Beilei" , "Lu, Wenzhuo" , "Yang, MurphyX" Thread-Topic: [PATCH 0/2] support GTP-U Tx offload on FVL and CVL Thread-Index: AQHWww5A2xuKf/GknU2X7vozw3EorKnje4dw Date: Wed, 2 Dec 2020 07:58:47 +0000 Message-ID: <5c75aa7c755441ba9dbbc19fe7a85936@intel.com> References: <20201125093214.14504-1-murphyx.yang@intel.com> In-Reply-To: <20201125093214.14504-1-murphyx.yang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-reaction: no-action dlp-version: 11.5.1.3 x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/2] support GTP-U Tx offload on FVL and CVL 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" Hi, murphy > -----Original Message----- > From: Murphy Yang > Sent: Wednesday, November 25, 2020 5:32 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Yang, SteveX > ; Xing, Beilei ; Guo, Jia > ; Lu, Wenzhuo ; Yang, > MurphyX > Subject: [PATCH 0/2] support GTP-U Tx offload on FVL and CVL Where is the patch that enable the offload for CVL? >=20 > Support outer L3 and inner L3 + L4 Tx checksum offload for GTP-U packets > that contain extension header on FVL. > Support outer L3 + L4 and inner L3 + L4 Rx and Tx checksum offload for GT= P-U > packets that contain extension header on CVL. >=20 > Murphy Yang (2): > net/i40e: support GTP checksum offload > app/testpmd: support GTP-U extension packet checksum offload >=20 > app/test-pmd/csumonly.c | 26 +++++++++++++++++++++++--- > drivers/net/i40e/i40e_rxtx.c | 1 + > 2 files changed, 24 insertions(+), 3 deletions(-) >=20 > -- > 2.17.1