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 CAA77A3160 for ; Thu, 10 Oct 2019 18:23:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A3CBE1E959; Thu, 10 Oct 2019 18:23:43 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 5CAB81E954 for ; Thu, 10 Oct 2019 18:23:41 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Oct 2019 09:23:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,280,1566889200"; d="scan'208";a="219089342" Received: from orsmsx109.amr.corp.intel.com ([10.22.240.7]) by fmsmga004.fm.intel.com with ESMTP; 10 Oct 2019 09:23:39 -0700 Received: from orsmsx116.amr.corp.intel.com (10.22.240.14) by ORSMSX109.amr.corp.intel.com (10.22.240.7) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 10 Oct 2019 09:23:39 -0700 Received: from orsmsx112.amr.corp.intel.com ([169.254.3.161]) by ORSMSX116.amr.corp.intel.com ([169.254.7.232]) with mapi id 14.03.0439.000; Thu, 10 Oct 2019 09:23:39 -0700 From: "Ergin, Mesut A" To: "Zhang, Qi Z" , "Van Haaren, Harry" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/3] net/i40e: add FDIR ID to vector rx Thread-Index: AQHVfrUccdC4c2v690aMashCEdvDRKdTc98AgACcIVA= Date: Thu, 10 Oct 2019 16:23:38 +0000 Message-ID: <3615B82CA151CF42A86EDDD9846A8B38CB728BFD@ORSMSX112.amr.corp.intel.com> References: <20191007090731.90073-1-harry.van.haaren@intel.com> <20191009152006.5768-1-harry.van.haaren@intel.com> <039ED4275CED7440929022BC67E7061153DAC803@SHSMSX105.ccr.corp.intel.com> In-Reply-To: <039ED4275CED7440929022BC67E7061153DAC803@SHSMSX105.ccr.corp.intel.com> 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.22.254.139] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/3] net/i40e: add FDIR ID to vector rx 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: Zhang, Qi Z > Sent: Wednesday, October 9, 2019 5:02 PM > To: Van Haaren, Harry ; dev@dpdk.org > Cc: Ergin, Mesut A > Subject: RE: [PATCH v2 0/3] net/i40e: add FDIR ID to vector rx >=20 >=20 >=20 > > -----Original Message----- > > From: Van Haaren, Harry > > Sent: Wednesday, October 9, 2019 11:20 PM > > To: dev@dpdk.org > > Cc: Zhang, Qi Z ; Ergin, Mesut A > > ; Van Haaren, Harry > > > > Subject: [PATCH v2 0/3] net/i40e: add FDIR ID to vector rx > > > > v2: > > - Improve RSS clearning in SSE 16B descriptor > > - Fix AVX 16B descriptor data handling > > > > --- > > > > Hey All, > > > > This series adds FDIR ID support to the vector Rx routines. > > Support for both the SSE and AVX drivers is added, and both the 16 byte= and > > 32 byte descriptors are implemented. > > > > A v1/RFC for this functionality was sent in 19.08 timeframe, refer to t= he > > patch as archived on patchwork here: > > http://patches.dpdk.org/patch/53969/ > > > > Regards, -Harry > > > > Harry van Haaren (3): > > net/i40e: cache fdir enable value in rx queue > > net/i40e: add flow mark capability to SSE vector routine > > net/i40e: add flow director support to avx rx path > > > > drivers/net/i40e/i40e_ethdev.h | 1 + > > drivers/net/i40e/i40e_fdir.c | 20 +++ > > drivers/net/i40e/i40e_flow.c | 4 + > > drivers/net/i40e/i40e_rxtx.c | 6 - > > drivers/net/i40e/i40e_rxtx.h | 8 ++ > > drivers/net/i40e/i40e_rxtx_vec_avx2.c | 193 > > +++++++++++++++++++++++++- drivers/net/i40e/i40e_rxtx_vec_sse.c | > > 154 ++++++++++++++++++-- > > 7 files changed, 367 insertions(+), 19 deletions(-) > > > > -- > > 2.17.1 >=20 > Thanks for enabling this! > Acked-by: Qi Zhang This patchset tested out as expected without any regressions on my setup. Tested-by: Mesut A Ergin