From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id D725DA0471 for ; Tue, 18 Jun 2019 15:15:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 964901C190; Tue, 18 Jun 2019 15:15:22 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 83B741B957 for ; Tue, 18 Jun 2019 15:15:20 +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 fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jun 2019 06:15:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,389,1557212400"; d="scan'208";a="167933388" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by FMSMGA003.fm.intel.com with ESMTP; 18 Jun 2019 06:15:19 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 18 Jun 2019 06:15:19 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 18 Jun 2019 06:15:19 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.83]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.185]) with mapi id 14.03.0439.000; Tue, 18 Jun 2019 21:15:17 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" , "Mcnamara, John" CC: "dev@dpdk.org" Thread-Topic: [PATCH v3 0/2] net/ice: support Tx checksum offload Thread-Index: AQHVJaR+anE1ZPq6L0q9pk6/ofVE1aahZExg Date: Tue, 18 Jun 2019 13:15:17 +0000 Message-ID: <039ED4275CED7440929022BC67E70611533A7C82@SHSMSX103.ccr.corp.intel.com> References: <1560827647-59239-1-git-send-email-beilei.xing@intel.com> <1560841489-77908-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1560841489-77908-1-git-send-email-beilei.xing@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDE0OWRkMzItOWM2MS00YTVkLTgyYzUtODhlNzZkMjYyZjZhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWWRqbHNEbllxY0I5bUtCRjBBNkR1aWNMT0VjR0RcL3h0ZGVmVGNOT1ZPdmtwVmlFb0hwVTRyc1Q3XC9Ld1NCd0E3In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 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 v3 0/2] net/ice: support 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" > -----Original Message----- > From: Xing, Beilei > Sent: Tuesday, June 18, 2019 3:05 PM > To: Zhang, Qi Z ; Mcnamara, John > > Cc: dev@dpdk.org > Subject: [PATCH v3 0/2] net/ice: support Tx checksum offload >=20 > Enable Tx checksum offload for tunneling packets. > Update release notes. >=20 > v3 change: > - Add release notes. > v2 change: > - Parse udp checksum in tunneling parameter. >=20 > Beilei Xing (2): > net/ice: support Tx checksum offload for tunneling packets > doc: update for ICE driver >=20 > doc/guides/rel_notes/release_19_08.rst | 5 +++ > drivers/net/ice/ice_ethdev.c | 3 +- > drivers/net/ice/ice_rxtx.c | 78 > ++++++++++++++++++++++++++++++++-- > 3 files changed, 81 insertions(+), 5 deletions(-) >=20 > -- > 2.5.5 Acked-by: Qi Zhang Applied to dpdk-next-net-intel Thanks Qi