From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 698B5160 for ; Mon, 7 May 2018 08:40:08 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 May 2018 23:40:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,373,1520924400"; d="scan'208";a="48812672" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 06 May 2018 23:40:06 -0700 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 6 May 2018 23:40:06 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 6 May 2018 23:40:05 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.210]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.6]) with mapi id 14.03.0319.002; Mon, 7 May 2018 14:40:03 +0800 From: "Zhang, Qi Z" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "adrien.mazarguil@6wind.com" Thread-Topic: [PATCH] net/i40e: fix flow RSS key array error Thread-Index: AQHT5cfFEBzxTBng1kyN0+395ZiQGqQj0MCg Date: Mon, 7 May 2018 06:40:03 +0000 Message-ID: <039ED4275CED7440929022BC67E70611531AD606@SHSMSX103.ccr.corp.intel.com> References: <1525671240-38485-1-git-send-email-wei.zhao1@intel.com> In-Reply-To: <1525671240-38485-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-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTJmZGU3ZTEtNWMxOS00NmE2LTk5M2ItNjEyYWNhMmE3YTY4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJWM3I2M1ExbitjSmNVV3FIa0daM0JTVzVURkEzbzk5ekVkaHh5RlJZUDZUUVA3S1Bza2dWRW9cL0M2K3o0R1ZvbCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action 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: Mon, 07 May 2018 06:40:08 -0000 > -----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 >=20 > This is a bug introduced into RSS key array span. >=20 > Fixes: ac8d22de2394 ("ethdev: flatten RSS configuration in flow API") > Signed-off-by: Wei Zhao > --- Acked-by: Qi Zhang