From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 642C34CBB for ; Tue, 27 Mar 2018 18:00:43 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Mar 2018 09:00:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,367,1517904000"; d="scan'208";a="28874056" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga008.jf.intel.com with ESMTP; 27 Mar 2018 09:00:39 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 27 Mar 2018 09:00:10 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 27 Mar 2018 09:00:09 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.235]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.226]) with mapi id 14.03.0319.002; Wed, 28 Mar 2018 00:00:08 +0800 From: "Zhang, Helin" To: "Lu, Wenzhuo" , "Zhao1, Wei" , "dev@dpdk.org" Thread-Topic: [PATCH] net/e1000: fix flow RSS queue index error Thread-Index: AQHTwOdWiegPs4A3i0Kzbejec0p7haPhw/HQgAKDhlA= Date: Tue, 27 Mar 2018 16:00:07 +0000 Message-ID: References: <1521616690-4484-1-git-send-email-wei.zhao1@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B754B66@shsmsx102.ccr.corp.intel.com> In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B754B66@shsmsx102.ccr.corp.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] net/e1000: fix flow RSS queue index error 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: Tue, 27 Mar 2018 16:00:44 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Lu, Wenzhuo > Sent: Monday, March 26, 2018 9:37 AM > To: Zhao1, Wei; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/e1000: fix flow RSS queue index error >=20 > Hi, >=20 > > -----Original Message----- > > From: Zhao1, Wei > > Sent: Wednesday, March 21, 2018 3:18 PM > > To: dev@dpdk.org > > Cc: Lu, Wenzhuo ; Zhao1, Wei > > > > Subject: [PATCH] net/e1000: fix flow RSS queue index error > > > > Igb has a bug about queue index for rss rule flow configuration when > > set redirection table. > > > > Fixes: 424ae915baf0 ("net/e1000: move RSS to flow API") > > Signed-off-by: Wei Zhao > > Tested-by: Peng Yuan > Acked-by: Wenzhuo Lu Applied to dpdk-next-net-intel, thanks! /Helin