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 D1546A0C46; Tue, 28 Sep 2021 05:35:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5F79A40E3C; Tue, 28 Sep 2021 05:35:12 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 7654E40DF6 for ; Tue, 28 Sep 2021 05:35:11 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10120"; a="224646477" X-IronPort-AV: E=Sophos;i="5.85,328,1624345200"; d="scan'208";a="224646477" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Sep 2021 20:35:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,328,1624345200"; d="scan'208";a="707637153" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by fmsmga005.fm.intel.com with ESMTP; 27 Sep 2021 20:35:10 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Mon, 27 Sep 2021 20:35:09 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Tue, 28 Sep 2021 11:35:01 +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.2242.012; Tue, 28 Sep 2021 11:35:01 +0800 From: "Zhang, Qi Z" To: "Zhang, Qi Z" , "Su, Simei" CC: "dev@dpdk.org" , "Wang, Haiyue" Thread-Topic: [PATCH v4] net/ice: enable Rx timestamp on Flex Descriptor Thread-Index: AQHXsuDF9LSSGpLH/028UGS+SB70aKu3dSjggAFX2CA= Date: Tue, 28 Sep 2021 03:35:01 +0000 Message-ID: References: <20210926075315.93630-1-simei.su@intel.com> <20210926140445.163756-1-simei.su@intel.com> <60c031574b9a4e7cb5388d67e60f90e0@intel.com> In-Reply-To: <60c031574b9a4e7cb5388d67e60f90e0@intel.com> 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 Subject: Re: [dpdk-dev] [PATCH v4] net/ice: enable Rx timestamp on Flex Descriptor 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 Sender: "dev" > -----Original Message----- > From: dev On Behalf Of Zhang, Qi Z > Sent: Monday, September 27, 2021 3:02 PM > To: Su, Simei > Cc: dev@dpdk.org; Wang, Haiyue > Subject: Re: [dpdk-dev] [PATCH v4] net/ice: enable Rx timestamp on Flex > Descriptor >=20 >=20 >=20 > > -----Original Message----- > > From: Su, Simei > > Sent: Sunday, September 26, 2021 10:05 PM > > To: Zhang, Qi Z > > Cc: dev@dpdk.org; Wang, Haiyue ; Su, Simei > > > > Subject: [PATCH v4] net/ice: enable Rx timestamp on Flex Descriptor > > > > Use the dynamic mbuf to register timestamp field and flag. > > The ice has the feature to dump Rx timestamp value into dynamic mbuf > > field by flex descriptor. This feature is turned on by dev config > > "enable-rx-timestamp". Currently, it's only supported under scalar path= . > > > > Signed-off-by: Simei Su >=20 > Acked-by: Qi Zhang Seems the patch need update the ice.ini for new feature enabling. As it has not been merged into next-net, so fix the gap by adding below in = ice.ini in dpdk-next-net-intel. Timestamp offload =3D P >=20 > Applied to dpdk-next-net-intel. >=20 > Thanks > Qi