From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 47D3A1B100 for ; Sun, 30 Sep 2018 05:32:01 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Sep 2018 20:32:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,322,1534834800"; d="scan'208";a="84530750" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 29 Sep 2018 20:31:17 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 29 Sep 2018 20:31:17 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 29 Sep 2018 20:31:16 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.245]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.37]) with mapi id 14.03.0319.002; Sun, 30 Sep 2018 11:31:14 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" , "Li, Xiaoyun" , "Yigit, Ferruh" , "dev@dpdk.org" Thread-Topic: [PATCH v5] net/i40e: config fdir automatically Thread-Index: AQHUWGalemLvLivns0eOIEjFpO8i4qUHlz4AgACT6IA= Date: Sun, 30 Sep 2018 03:31:14 +0000 Message-ID: <039ED4275CED7440929022BC67E70611532A83C1@SHSMSX103.ccr.corp.intel.com> References: <20180928072453.6348-1-xiaoyun.li@intel.com> <20180930022950.48747-1-xiaoyun.li@intel.com> <94479800C636CB44BD422CB454846E013224C582@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <94479800C636CB44BD422CB454846E013224C582@SHSMSX101.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjQ4MDlkNzktZDNmNy00YTdjLThiNmUtODY5MmFlZTNkNDEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiUG5xbloyXC9ieWlIS21pZWczdUdOeFdmVVJ4emJhUlJBNnhhXC80bXk1WFd4VFlwdHE1WGRvNFFWNVdyYmh1RDBEIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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] net/i40e: config fdir automatically 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: , X-List-Received-Date: Sun, 30 Sep 2018 03:32:01 -0000 > -----Original Message----- > From: Xing, Beilei > Sent: Sunday, September 30, 2018 10:41 AM > To: Li, Xiaoyun ; Yigit, Ferruh ; > Zhang, Qi Z ; dev@dpdk.org > Subject: RE: [PATCH v5] net/i40e: config fdir automatically >=20 >=20 >=20 > > -----Original Message----- > > From: Li, Xiaoyun > > Sent: Sunday, September 30, 2018 10:30 AM > > To: Yigit, Ferruh ; Zhang, Qi Z > > ; Xing, Beilei ; > > dev@dpdk.org > > Cc: Li, Xiaoyun > > Subject: [PATCH v5] net/i40e: config fdir automatically > > > > I40e driver needed users to config exact fdir mode to create rte_flow > > rules but it shouldn't. This patch allows users to create rte_flow > > rules without configuring fdir mode and let the driver config fdir > automatically. > > And remove the workaround in flow filtering example. > > > > Signed-off-by: Xiaoyun Li >=20 > Acked-by: Beilei Xing Applied to dpdk-next-net-intel. Thanks Qi