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 6F6B0A04B6; Tue, 22 Sep 2020 14:59:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 08F2D1D631; Tue, 22 Sep 2020 14:59:00 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 6303A1D626 for ; Tue, 22 Sep 2020 14:58:58 +0200 (CEST) IronPort-SDR: pe37Wt8OzgCt6bb3ndInlmHpRtbWbPnepSD0VLhLYXkKwRng3RQ9tcSpfJ0tWDQePhyqqxDAwY 2NCwd0dbG3Rg== X-IronPort-AV: E=McAfee;i="6000,8403,9751"; a="178660328" X-IronPort-AV: E=Sophos;i="5.77,290,1596524400"; d="scan'208";a="178660328" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2020 05:58:55 -0700 IronPort-SDR: tf0KtiN9NS1eml5tEemBAJvbvthUla32eyGEiMbQ3QW1LY9XZ25FE7tMjMRDKljg0iMjKq4zfq Na5bA5i6Hv/Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,290,1596524400"; d="scan'208";a="346924770" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by FMSMGA003.fm.intel.com with ESMTP; 22 Sep 2020 05:58:55 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 22 Sep 2020 05:58:54 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 22 Sep 2020 20:58:52 +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; Tue, 22 Sep 2020 20:58:52 +0800 From: "Zhang, Qi Z" To: "Guo, Jia" , "Wang, Haiyue" , "dev@dpdk.org" CC: "Jiang, JunyuX" , "Rong, Leyi" , "Yang, Qiming" , "Sun, GuinanX" , "Guo, Junfeng" Thread-Topic: [PATCH v4] net/ice: refactor the Rx FlexiMD handling Thread-Index: AQHWkKzWwePvu0BWBku3h/pXhFggKqlzu1cAgADjY9A= Date: Tue, 22 Sep 2020 12:58:52 +0000 Message-ID: References: <20200917115332.45663-1-haiyue.wang@intel.com> <20200922064024.84016-1-haiyue.wang@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.5.1.3 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: refactor the Rx FlexiMD handling 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: Guo, Jia > Sent: Tuesday, September 22, 2020 3:24 PM > To: Wang, Haiyue ; dev@dpdk.org > Cc: Zhang, Qi Z ; Jiang, JunyuX > ; Rong, Leyi ; Yang, Qiming > ; Sun, GuinanX ; Guo, > Junfeng > Subject: RE: [PATCH v4] net/ice: refactor the Rx FlexiMD handling >=20 > Acked-by: Jeff Guo >=20 > > -----Original Message----- > > From: Wang, Haiyue > > Sent: Tuesday, September 22, 2020 2:40 PM > > To: dev@dpdk.org > > Cc: Zhang, Qi Z ; Jiang, JunyuX > > ; Rong, Leyi ; Yang, > > Qiming ; Sun, GuinanX ; > > Guo, Junfeng ; Guo, Jia ; > > Wang, Haiyue > > Subject: [PATCH v4] net/ice: refactor the Rx FlexiMD handling > > > > The hardware supports many kinds of FlexiMDs set into Rx descriptor, > > and the FlexiMDs can have different offsets in the descriptor > > according the DDP package setting. > > > > The FlexiMDs type and offset are identified by the RXDID, which will > > be used to setup the queue. > > > > For expanding to support different RXDIDs in the future, refactor the > > Rx FlexiMD handling by the functions mapped to related RXDIDs. > > > > Signed-off-by: Haiyue Wang Applied to dpdk-next-net-intel. Thanks Qi