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 29A0B44C3; Mon, 8 Oct 2018 13:17:04 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Oct 2018 04:17:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,356,1534834800"; d="scan'208";a="97073630" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga001.fm.intel.com with ESMTP; 08 Oct 2018 04:12:09 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.56]) by IRSMSX106.ger.corp.intel.com ([169.254.8.45]) with mapi id 14.03.0319.002; Mon, 8 Oct 2018 12:12:08 +0100 From: "Iremonger, Bernard" To: "Yigit, Ferruh" , "Lu, Wenzhuo" , "Wu, Jingjing" , "Mcnamara, John" , "Kovacevic, Marko" CC: "dev@dpdk.org" , "stable@dpdk.org" , "nelio.laranjeiro@6wind.com" Thread-Topic: [PATCH] app/testpmd: fix displaying RSS hash functions Thread-Index: AQHUXA+hNSh7sUyu2EK6CZcliiQScaUVNvtg Date: Mon, 8 Oct 2018 11:12:08 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260D0DCB8@IRSMSX107.ger.corp.intel.com> References: <20181004192444.33406-1-ferruh.yigit@intel.com> In-Reply-To: <20181004192444.33406-1-ferruh.yigit@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDk5NTQ0YjktYmQwNi00OWY5LTkzOTgtODYxZWEyMGI0OTQyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQlY2U3FSclg2WGJqWTdzMmxjeFA3aktjeFI5TU53S2NjNWhaRVBkYlwvME5WRXdjQmh4N3YwUHJ6ZUhIbWdtNlwvIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix displaying RSS hash functions 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, 08 Oct 2018 11:17:05 -0000 > -----Original Message----- > From: Yigit, Ferruh > Sent: Thursday, October 4, 2018 8:25 PM > To: Lu, Wenzhuo ; Wu, Jingjing > ; Iremonger, Bernard = ; > Mcnamara, John ; Kovacevic, Marko > > Cc: dev@dpdk.org; Yigit, Ferruh ; stable@dpdk.org= ; > nelio.laranjeiro@6wind.com > Subject: [PATCH] app/testpmd: fix displaying RSS hash functions >=20 > Command shouldn't ask RSS hash functions as argument to get supported RSS > hash function, those values will be overwritten by PMD anyway. >=20 > To display configured RSS hash functions "show port (port_id) rss-hash" >=20 > To display configured RSS hash functions and hash key "show port (port_id= ) rss- > hash key" >=20 > Fixes: 8205e241b2b0 ("app/testpmd: add missing type to RSS hash commands"= ) > Cc: stable@dpdk.org >=20 > Signed-off-by: Ferruh Yigit > --- > Cc: nelio.laranjeiro@6wind.com Acked-by: Bernard Iremonger