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 4E27EA0350; Mon, 29 Jun 2020 07:36:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 338701BE90; Mon, 29 Jun 2020 07:36:43 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 5F2911B5E1 for ; Mon, 29 Jun 2020 07:36:41 +0200 (CEST) IronPort-SDR: 7F6EjHX701CbKBNq/0OxgloIOSWzpT04BbJdm2hm+iVeU4U4JOXqNOr8mIzd7cROdXPyaq4W1+ zbE4vPs+UuIA== X-IronPort-AV: E=McAfee;i="6000,8403,9666"; a="144969874" X-IronPort-AV: E=Sophos;i="5.75,294,1589266800"; d="scan'208";a="144969874" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2020 22:36:40 -0700 IronPort-SDR: U8CjGuR6YHJ6120jOK7AgbjgTRMTM3lH3KeCJdMRMT+eelhgqlB75/BWipVPjyWj61Ls5CcQdv 966SnR9Y5egA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,294,1589266800"; d="scan'208";a="280748897" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga006.jf.intel.com with ESMTP; 28 Jun 2020 22:36:39 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 28 Jun 2020 22:36:39 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 28 Jun 2020 22:36:38 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.89]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.185]) with mapi id 14.03.0439.000; Mon, 29 Jun 2020 13:36:36 +0800 From: "Zhang, Qi Z" To: "Yang, Qiming" , "Xu, Ting" , "dev@dpdk.org" CC: "Wu, Jingjing" , "Xing, Beilei" , "Kovacevic, Marko" , "Mcnamara, John" Thread-Topic: [PATCH v5 00/12] enable DCF datapath configuration Thread-Index: AQHWSQbwYoUPBaB/kU+dc7B/1yG8HajuZg4AgAC2S2A= Date: Mon, 29 Jun 2020 05:36:35 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154847DBE@SHSMSX103.ccr.corp.intel.com> References: <20200605201737.33766-1-ting.xu@intel.com> <20200623023838.5608-1-ting.xu@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 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 v5 00/12] enable DCF datapath configuration 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: Yang, Qiming > Sent: Monday, June 29, 2020 10:44 AM > To: Xu, Ting ; dev@dpdk.org > Cc: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei ; Kovacevic, Marko > ; Mcnamara, John > Subject: RE: [PATCH v5 00/12] enable DCF datapath configuration >=20 > Reviewed-by: Qiming Yang Applied to dpdk-next-net-intel. Thanks Qi >=20 > > -----Original Message----- > > From: Xu, Ting > > Sent: Tuesday, June 23, 2020 10:38 > > To: dev@dpdk.org > > Cc: Zhang, Qi Z ; Yang, Qiming > > ; Wu, Jingjing ; Xing, > > Beilei ; Kovacevic, Marko > > ; Mcnamara, John > ; > > Xu, Ting > > Subject: [PATCH v5 00/12] enable DCF datapath configuration > > > > This patchset adds support to configure DCF datapath, including Rx/Tx > > queues setup, start and stop, device configuration, RSS and flexible > > descriptor RXDID initialization and MAC filter setup. > > > > Qi Zhang (11): > > net/ice: init RSS and supported RXDID in DCF > > net/ice: complete device info get in DCF > > net/ice: complete dev configure in DCF > > net/ice: complete queue setup in DCF > > net/ice: add stop flag for device start / stop > > net/ice: add Rx queue init in DCF > > net/ice: init RSS during DCF start > > net/ice: add queue config in DCF > > net/ice: add queue start and stop for DCF > > net/ice: enable stats for DCF > > net/ice: set MAC filter during dev start for DCF > > > > Ting Xu (1): > > doc: enable DCF datapath configuration > > > > --- > > v4->v5: > > Add driver's feature doc > > > > v3->v4: > > Clean codes based on comments > > > > v2->v3: > > Correct coding style issue > > > > v1->v2: > > Optimize coding style > > Correct some return values > > Add support to stop started queues when queue start failed > > > > doc/guides/nics/features/ice_dcf.ini | 19 + > > doc/guides/rel_notes/release_20_08.rst | 6 + > > drivers/net/ice/ice_dcf.c | 408 ++++++++++++- > > drivers/net/ice/ice_dcf.h | 17 + > > drivers/net/ice/ice_dcf_ethdev.c | 773 +++++++++++++++++++++++-- > > drivers/net/ice/ice_dcf_ethdev.h | 3 - > > drivers/net/ice/ice_dcf_parent.c | 8 + > > 7 files changed, 1181 insertions(+), 53 deletions(-) create mode > > 100644 doc/guides/nics/features/ice_dcf.ini > > > > -- > > 2.17.1 >=20