From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0157E5F33 for ; Sun, 30 Sep 2018 04:44:08 +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 fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Sep 2018 19:44:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,322,1534834800"; d="scan'208";a="93275933" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga004.fm.intel.com with ESMTP; 29 Sep 2018 19:41:27 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 29 Sep 2018 19:41:27 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 29 Sep 2018 19:41:27 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.220]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.245]) with mapi id 14.03.0319.002; Sun, 30 Sep 2018 10:41:25 +0800 From: "Xing, Beilei" To: "Li, Xiaoyun" , "Yigit, Ferruh" , "Zhang, Qi Z" , "dev@dpdk.org" Thread-Topic: [PATCH v5] net/i40e: config fdir automatically Thread-Index: AQHUWGalgMqzMGdXPkyevkahRP6kw6UIHTzw Date: Sun, 30 Sep 2018 02:41:24 +0000 Message-ID: <94479800C636CB44BD422CB454846E013224C582@SHSMSX101.ccr.corp.intel.com> References: <20180928072453.6348-1-xiaoyun.li@intel.com> <20180930022950.48747-1-xiaoyun.li@intel.com> In-Reply-To: <20180930022950.48747-1-xiaoyun.li@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 02:44:09 -0000 > -----Original Message----- > From: Li, Xiaoyun > Sent: Sunday, September 30, 2018 10:30 AM > To: Yigit, Ferruh ; Zhang, Qi Z > ; Xing, Beilei ; dev@dpdk.or= g > Cc: Li, Xiaoyun > Subject: [PATCH v5] net/i40e: config fdir automatically >=20 > I40e driver needed users to config exact fdir mode to create rte_flow rul= es > but it shouldn't. This patch allows users to create rte_flow rules withou= t > configuring fdir mode and let the driver config fdir automatically. > And remove the workaround in flow filtering example. >=20 > Signed-off-by: Xiaoyun Li Acked-by: Beilei Xing