From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id B27A12583 for ; Tue, 8 May 2018 03:56:42 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 May 2018 18:56:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,376,1520924400"; d="scan'208";a="47506570" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by FMSMGA003.fm.intel.com with ESMTP; 07 May 2018 18:56:40 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 7 May 2018 18:56:41 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 7 May 2018 18:56:40 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.210]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.240]) with mapi id 14.03.0319.002; Tue, 8 May 2018 09:56:38 +0800 From: "Zhang, Helin" To: "Zhang, Qi Z" , "Zhao1, Wei" , "dev@dpdk.org" CC: "adrien.mazarguil@6wind.com" Thread-Topic: [PATCH] net/i40e: fix flow RSS key array error Thread-Index: AQHT5cfFEBzxTBng1kyN0+395ZiQGqQj0MCggAFC/XA= Date: Tue, 8 May 2018 01:56:38 +0000 Message-ID: References: <1525671240-38485-1-git-send-email-wei.zhao1@intel.com> <039ED4275CED7440929022BC67E70611531AD606@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <039ED4275CED7440929022BC67E70611531AD606@SHSMSX103.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/i40e: fix flow RSS key array 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, 08 May 2018 01:56:43 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhang, Qi Z > Sent: Monday, May 7, 2018 2:40 PM > To: Zhao1, Wei; dev@dpdk.org > Cc: adrien.mazarguil@6wind.com > Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix flow RSS key array error >=20 > > -----Original Message----- > > From: Zhao1, Wei > > Sent: Monday, May 7, 2018 1:34 PM > > To: dev@dpdk.org > > Cc: Zhang, Qi Z ; adrien.mazarguil@6wind.com; > > Zhao1, Wei > > Subject: [PATCH] net/i40e: fix flow RSS key array error > > > > This is a bug introduced into RSS key array span. > > > > Fixes: ac8d22de2394 ("ethdev: flatten RSS configuration in flow API") > > Signed-off-by: Wei Zhao > > --- >=20 > Acked-by: Qi Zhang Applied to dpdk-next-net-intel, thanks! /Helin