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 75BDAA3160 for ; Thu, 10 Oct 2019 02:02:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2EA6F1E53E; Thu, 10 Oct 2019 02:02:35 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 7CFAE1E537 for ; Thu, 10 Oct 2019 02:02:33 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Oct 2019 17:02:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,278,1566889200"; d="scan'208";a="193834253" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga007.fm.intel.com with ESMTP; 09 Oct 2019 17:02:31 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 9 Oct 2019 17:02:31 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 9 Oct 2019 17:02:31 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.96]) by SHSMSX154.ccr.corp.intel.com ([10.239.6.54]) with mapi id 14.03.0439.000; Thu, 10 Oct 2019 08:02:15 +0800 From: "Zhang, Qi Z" To: "Van Haaren, Harry" , "dev@dpdk.org" CC: "Ergin, Mesut A" Thread-Topic: [PATCH v2 0/3] net/i40e: add FDIR ID to vector rx Thread-Index: AQHVfrUdKgiTqR+QtkGbaDC1kV0nFKdS+Wmg Date: Thu, 10 Oct 2019 00:02:14 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153DAC803@SHSMSX105.ccr.corp.intel.com> References: <20191007090731.90073-1-harry.van.haaren@intel.com> <20191009152006.5768-1-harry.van.haaren@intel.com> In-Reply-To: <20191009152006.5768-1-harry.van.haaren@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTQyYWVmYzAtNWY1YS00NTRjLWJkYWYtMGJiOWFlZTA2ODEwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiUE4wV3h0RTl2dHB3d2IzeGZIaUpkWmZ5RFliZXdFaGJsQ3c5MWFaYWhSUW0yRkVFRVFLcUlSZGNYYis4dWd0WCJ9 x-ctpclassification: CTP_NT 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 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: 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 >=20 > v2: > - Improve RSS clearning in SSE 16B descriptor > - Fix AVX 16B descriptor data handling >=20 > --- >=20 > Hey All, >=20 > 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 a= nd > 32 byte descriptors are implemented. >=20 > A v1/RFC for this functionality was sent in 19.08 timeframe, refer to the > patch as archived on patchwork here: > http://patches.dpdk.org/patch/53969/ >=20 > Regards, -Harry >=20 > 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 >=20 > 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(-) >=20 > -- > 2.17.1 Thanks for enabling this! Acked-by: Qi Zhang