From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 520FCA00E6 for ; Fri, 22 Mar 2019 14:30:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 18A051B602; Fri, 22 Mar 2019 14:30:47 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id E59E51B5EE; Fri, 22 Mar 2019 14:30:41 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Mar 2019 06:30:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,256,1549958400"; d="scan'208";a="133827162" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga008.fm.intel.com with ESMTP; 22 Mar 2019 06:30:41 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 22 Mar 2019 06:30:40 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 22 Mar 2019 06:30:40 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.134]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.113]) with mapi id 14.03.0415.000; Fri, 22 Mar 2019 21:30:38 +0800 From: "Zhang, Qi Z" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "stable@dpdk.org" , "ktraynor@redhat.com" Thread-Topic: [PATCH v2] net/i40e: add warning info when no perfect RSS key Thread-Index: AQHU4GAuOcnbHXTXek++y/piHSOCqKYXpeEw Date: Fri, 22 Mar 2019 13:30:38 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153351033@SHSMSX103.ccr.corp.intel.com> References: <1553052676-7961-1-git-send-email-wei.zhao1@intel.com> <1553224009-36918-1-git-send-email-wei.zhao1@intel.com> In-Reply-To: <1553224009-36918-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODc0Mzc1YWEtNTkxMC00Zjg5LWI0ODEtNGM5NTk0MTVlOGFmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMVdlalhwRHpsUUdyTXdvOGF5aWNQVEFBR09oNWFyU2Yxb1E2VGdcL3ErSHNTbmM4K004ZWQ0NDRVQ0VxdEV4dWEifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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-stable] [PATCH v2] net/i40e: add warning info when no perfect RSS key X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: Zhao1, Wei > Sent: Friday, March 22, 2019 11:07 AM > To: dev@dpdk.org > Cc: stable@dpdk.org; Zhang, Qi Z ; ktraynor@redhat.= com; > Zhao1, Wei > Subject: [PATCH v2] net/i40e: add warning info when no perfect RSS key >=20 > There need a warning info when no perfect RSS key is config, so i40e will= use > default key. >=20 > Fixes: ecad87d22383 ("net/i40e: move RSS to flow API") > Cc: stable@dpdk.org >=20 > Signed-off-by: Wei Zhao > Tested-by: Peng Yuan Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi