From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id D25451B1EE for ; Thu, 21 Dec 2017 04:11:44 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Dec 2017 19:11:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,434,1508828400"; d="scan'208";a="188600838" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 20 Dec 2017 19:11:43 -0800 Received: from fmsmsx151.amr.corp.intel.com (10.18.125.4) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 20 Dec 2017 19:11:43 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX151.amr.corp.intel.com (10.18.125.4) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 20 Dec 2017 19:11:42 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.218]) with mapi id 14.03.0319.002; Thu, 21 Dec 2017 11:11:40 +0800 From: "Zhang, Helin" To: "Zhao1, Wei" , "Dai, Wei" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 2/2] net/ixgbe: move RSS to flow API Thread-Index: AQHTZPwqPi52H+7XTUGgGwb3ebIjdKM3KPaAgAGkLRCAFHumEA== Date: Thu, 21 Dec 2017 03:11:40 +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: 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 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, 21 Dec 2017 03:11:45 -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 2/2] net/ixgbe: move RSS to flow API >=20 > 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. >=20 > > -----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 t= hat fixed. Thanks, Helin