From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 2F2987D30 for ; Thu, 4 Jan 2018 09:51:35 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jan 2018 00:51:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,506,1508828400"; d="scan'208";a="7310914" Received: from pgsmsx105.gar.corp.intel.com ([10.221.44.96]) by fmsmga008.fm.intel.com with ESMTP; 04 Jan 2018 00:51:34 -0800 Received: from pgsmsx103.gar.corp.intel.com ([169.254.2.108]) by PGSMSX105.gar.corp.intel.com ([169.254.4.167]) with mapi id 14.03.0319.002; Thu, 4 Jan 2018 16:51:33 +0800 From: "Zhao1, Wei" To: "Zhang, Helin" , "Dai, Wei" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 2/2] net/ixgbe: move RSS to flow API Thread-Index: AQHTZPwqPi52H+7XTUGgGwb3ebIjdKM3KPaAgAGkLRCAFHumEIAWX4Ag Date: Thu, 4 Jan 2018 08:51:32 +0000 Message-ID: References: <20171124031032.47199-1-wei.zhao1@intel.com> <20171124080527.56495-1-wei.zhao1@intel.com> <20171124080527.56495-3-wei.zhao1@intel.com> <49759EB36A64CF4892C1AFEC9231E8D651568921@PGSMSX112.gar.corp.intel.com> In-Reply-To: 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: [172.30.20.205] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 2/2] net/ixgbe: 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: Thu, 04 Jan 2018 08:51:36 -0000 The same, a new v4 commit to DPDK.org. > -----Original Message----- > From: Zhang, Helin > Sent: Thursday, December 21, 2017 11:12 AM > To: Zhao1, Wei ; Dai, Wei ; > dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v3 2/2] net/ixgbe: move RSS to flow API >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhao1, Wei > > Sent: Friday, December 8, 2017 10:28 AM > > To: Dai, Wei; dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v3 2/2] net/ixgbe: move RSS to flow API > > > > Hi, daiwei > > I build the code with ICC for second time, it can pass build and > > there is no build error. > > It seems the icc report is not credible. > > > > > -----Original Message----- > > > From: Dai, Wei > > > Sent: Thursday, December 7, 2017 5:20 PM > > > To: Zhao1, Wei ; dev@dpdk.org > > > Cc: Zhao1, Wei > > > Subject: RE: [dpdk-dev] [PATCH v3 2/2] net/ixgbe: move RSS to flow > > > API > > > > > > Hi, Zhao Wei > > > Please correct build error show in http://dpdk.org/ml/archives/test- > > > report/2017-November/035130.html > > > > > > > -----Original Message----- > > > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wei Zhao > > > > Sent: Friday, November 24, 2017 4:05 PM > > > > To: dev@dpdk.org > > > > Cc: Zhao1, Wei > > > > Subject: [dpdk-dev] [PATCH v3 2/2] net/ixgbe: move RSS to flow API > > > > > > > > Rte_flow actually defined to include RSS, but till now, RSS is out > > > > of > > rte_flow. > > > > This patch is to move ixgbe existing RSS to rte_flow. > > > > > > > > Signed-off-by: Wei Zhao > I think Wei Dai is right, please double check the error reported, and get= that > fixed. >=20 > Thanks, > Helin