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 55C7C1B168 for ; Wed, 10 Jan 2018 03:58:41 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 18:58:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,337,1511856000"; d="scan'208";a="18855793" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 09 Jan 2018 18:58:39 -0800 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 9 Jan 2018 18:58:39 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 9 Jan 2018 18:58:38 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.152]) with mapi id 14.03.0319.002; Wed, 10 Jan 2018 10:58:37 +0800 From: "Zhang, Qi Z" To: "Zhao1, Wei" , "dev@dpdk.org" Thread-Topic: [PATCH v4] net/i40e: move RSS to flow API Thread-Index: AQHTiblLcXw3ayVwLkGEjTAS7NkaRaNsageQ Date: Wed, 10 Jan 2018 02:58:36 +0000 Message-ID: <039ED4275CED7440929022BC67E706115312A2B2@SHSMSX103.ccr.corp.intel.com> References: <20180109091858.73889-1-wei.zhao1@intel.com> <20180110021026.84006-1-wei.zhao1@intel.com> In-Reply-To: <20180110021026.84006-1-wei.zhao1@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.0.0.116 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 v4] net/i40e: move RSS to flow API 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: Wed, 10 Jan 2018 02:58:41 -0000 > -----Original Message----- > From: Zhao1, Wei > Sent: Wednesday, January 10, 2018 10:10 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Zhao1, Wei > Subject: [PATCH v4] net/i40e: move RSS to flow API >=20 > Rte_flow actually defined to include RSS, but till now, RSS is out of rte= _flow. > This patch is to move i40e existing RSS to rte_flow. > This patch also enable queue region configuration using flow API for i40e= . >=20 > Signed-off-by: Wei Zhao >=20 Acked-by: Qi Zhang