From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2159AA0093; Sun, 2 Jan 2022 09:23:17 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A1E7B40698; Sun, 2 Jan 2022 09:23:16 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id E360D4067E; Sun, 2 Jan 2022 09:23:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1641111795; x=1672647795; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=+Z63xdiakjWhQHCOm/4f+J6Bs0etv0DgpLqcKrh/AvI=; b=Yu+iz8/6Prpozw9hYW0mzDxSIHRdBV/otVN6GyY3qR5++raVM9tSYHDs +wgvDCSXsOKsruQfdf2ZAbEtLDvTdxGwC4BFY690Dx9AXbYbJIioWcXHa veFaq4nDW21YoalZpamTT7ps10XVerxJhCwlUXzYhqGEzE1Ar4tvmSCT3 JfCbnJArNg6YQDoW1bkhAPq3MsLoBrc7vT+ZxcJc3o12W+wZQdiIOW6q+ UGSS5M3PDWJa08AWS5fZT5kq5c7TSsbB7cPaAgBjEi0mHAyucUdf7R4TR 3RQ5nBfNiCNHg7UlVTld1cK1rnVlrjLUpjls2NCLahgeVDhy0hB49ksE3 A==; X-IronPort-AV: E=McAfee;i="6200,9189,10214"; a="242159327" X-IronPort-AV: E=Sophos;i="5.88,255,1635231600"; d="scan'208";a="242159327" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jan 2022 00:23:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,255,1635231600"; d="scan'208";a="525640442" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga007.fm.intel.com with ESMTP; 02 Jan 2022 00:23:13 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) 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.2308.20; Sun, 2 Jan 2022 00:23:13 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Sun, 2 Jan 2022 16:23:11 +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.2308.020; Sun, 2 Jan 2022 16:23:10 +0800 From: "Zhang, Qi Z" To: "Yang, Qiming" CC: "dev@dpdk.org" , "Xu, Wei1" , "stable@dpdk.org" Subject: RE: [PATCH] net/ice: fix Tx checksum offload capability Thread-Topic: [PATCH] net/ice: fix Tx checksum offload capability Thread-Index: AQHX4M925LfbkQLAeEG9DCo7KZJAxKwl6huAgCm4H6A= Date: Sun, 2 Jan 2022 08:23:10 +0000 Message-ID: References: <20211124010928.227875-1-qi.z.zhang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > -----Original Message----- > From: Yang, Qiming > Sent: Tuesday, December 7, 2021 11:17 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Xu, Wei1 ; stable@dpdk.org > Subject: RE: [PATCH] net/ice: fix Tx checksum offload capability >=20 >=20 > > -----Original Message----- > > From: Zhang, Qi Z > > Sent: Wednesday, November 24, 2021 09:09 > > To: Yang, Qiming > > Cc: dev@dpdk.org; Xu, Wei1 ; Zhang, Qi Z > > ; stable@dpdk.org > > Subject: [PATCH] net/ice: fix Tx checksum offload capability > > > > Add missing capability for outer UDP Tx checksum. > > Also fixed the feature list in ice_dcf.ini > > > > Fixes: bf89db4409bb ("net/ice: complete device info get in DCF") > > Cc: stable@dpdk.org > > > > Signed-off-by: Qi Zhang > > --- > > doc/guides/nics/features/ice_dcf.ini | 5 +++++ > > drivers/net/ice/ice_dcf_ethdev.c | 1 + > > 2 files changed, 6 insertions(+) > > > > diff --git a/doc/guides/nics/features/ice_dcf.ini > > b/doc/guides/nics/features/ice_dcf.ini > > index 4d6fb6d849..54073f0b88 100644 > > --- a/doc/guides/nics/features/ice_dcf.ini > > +++ b/doc/guides/nics/features/ice_dcf.ini > > @@ -3,6 +3,9 @@ > > ; > > ; Refer to default.ini for the full list of available PMD features. > > ; > > +; A feature with "P" indicates only be supported when non-vector path > > +; is selected. > > +; > > [Features] > > Queue start/stop =3D Y > > Scattered Rx =3D Y > > @@ -10,6 +13,8 @@ RSS hash =3D P > > CRC offload =3D Y > > L3 checksum offload =3D P > > L4 checksum offload =3D P > > +Inner L3 checksum =3D P > > +Inner L4 checksum =3D P > > Basic stats =3D Y > > Linux =3D Y > > x86-32 =3D Y > > diff --git a/drivers/net/ice/ice_dcf_ethdev.c > > b/drivers/net/ice/ice_dcf_ethdev.c > > index 28f7f7fb72..fb0d13e5ec 100644 > > --- a/drivers/net/ice/ice_dcf_ethdev.c > > +++ b/drivers/net/ice/ice_dcf_ethdev.c > > @@ -681,6 +681,7 @@ ice_dcf_dev_info_get(struct rte_eth_dev *dev, > > RTE_ETH_TX_OFFLOAD_TCP_CKSUM | > > RTE_ETH_TX_OFFLOAD_SCTP_CKSUM | > > RTE_ETH_TX_OFFLOAD_OUTER_IPV4_CKSUM | > > + RTE_ETH_TX_OFFLOAD_OUTER_UDP_CKSUM | > > RTE_ETH_TX_OFFLOAD_TCP_TSO | > > RTE_ETH_TX_OFFLOAD_VXLAN_TNL_TSO | > > RTE_ETH_TX_OFFLOAD_GRE_TNL_TSO | > > -- > > 2.26.2 >=20 > Acked-by: Qiming Yang Applied to dpdk-next-net-intel. Thanks Qi