From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id B60E31B1DE for ; Thu, 21 Dec 2017 04:11:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Dec 2017 19:11:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,434,1508828400"; d="scan'208";a="3603467" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga002.fm.intel.com with ESMTP; 20 Dec 2017 19:11:21 -0800 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 20 Dec 2017 19:11:21 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 20 Dec 2017 19:11:20 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.159]) with mapi id 14.03.0319.002; Thu, 21 Dec 2017 11:11:18 +0800 From: "Zhang, Helin" To: "Zhao1, Wei" , "Dai, Wei" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 1/2] net/e1000: move RSS to flow API Thread-Index: AQHTZPwdldv+Lu/VnkSehFNZbmPC9KM3KMIAgAGlisCAFHoeEA== Date: Thu, 21 Dec 2017 03:11:19 +0000 Message-ID: References: <20171124031032.47199-1-wei.zhao1@intel.com> <20171124080527.56495-1-wei.zhao1@intel.com> <20171124080527.56495-2-wei.zhao1@intel.com> <49759EB36A64CF4892C1AFEC9231E8D651568910@PGSMSX112.gar.corp.intel.com> In-Reply-To: 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 v3 1/2] net/e1000: 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, 21 Dec 2017 03:11:23 -0000 > -----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 1/2] net/e1000: move RSS to flow API >=20 > Hi, daiwei > I build the code with ICC for second time just now, it can pass build > and there is no build error. > It seems the icc report is not credible. >=20 >=20 > > -----Original Message----- > > From: Dai, Wei > > Sent: Thursday, December 7, 2017 5:19 PM > > To: Zhao1, Wei ; dev@dpdk.org > > Cc: Zhao1, Wei > > Subject: RE: [dpdk-dev] [PATCH v3 1/2] net/e1000: move RSS to flow API > > > > Hi, Zhao Wei > > Please correct build error show in http://dpdk.org/ml/archives/test- > > report/2017-November/035129.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 1/2] net/e1000: 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 igb existing RSS to rte_flow. > > > > > > Signed-off-by: Wei Zhao I think Wei Dai is right, please double check the error reported, and get t= hat fixed. Thanks, Helin