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 BE1535B12 for ; Mon, 26 Mar 2018 03:37:09 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Mar 2018 18:37:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,362,1517904000"; d="scan'208";a="26947865" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga007.fm.intel.com with ESMTP; 25 Mar 2018 18:37:07 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 25 Mar 2018 18:37:07 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 25 Mar 2018 18:37:07 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.80]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.166]) with mapi id 14.03.0319.002; Mon, 26 Mar 2018 09:37:05 +0800 From: "Lu, Wenzhuo" To: "Zhao1, Wei" , "dev@dpdk.org" Thread-Topic: [PATCH] net/e1000: fix flow RSS queue index error Thread-Index: AQHTwOdWiegPs4A3i0Kzbejec0p7haPhw/HQ Date: Mon, 26 Mar 2018 01:37:04 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B754B66@shsmsx102.ccr.corp.intel.com> References: <1521616690-4484-1-git-send-email-wei.zhao1@intel.com> In-Reply-To: <1521616690-4484-1-git-send-email-wei.zhao1@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: Mon, 26 Mar 2018 01:37:10 -0000 Hi, > -----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 >=20 > Igb has a bug about queue index for rss rule flow configuration when set > redirection table. >=20 > Fixes: 424ae915baf0 ("net/e1000: move RSS to flow API") > Signed-off-by: Wei Zhao > Tested-by: Peng Yuan Acked-by: Wenzhuo Lu