From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] app/testpmd: fix dcb config failure Date: Wed, 01 Aug 2018 16:32:05 +0200 Message-ID: <3699165.46yU7Th02x@xps> References: <1532431954-123708-1-git-send-email-xiaoyun.li@intel.com> <1533048214-19978-1-git-send-email-konstantin.ananyev@intel.com> <8CEF83825BEC744B83065625E567D7C260CD2079@IRSMSX107.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Iremonger, Bernard" To: "Ananyev, Konstantin" Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 051608D4D for ; Wed, 1 Aug 2018 16:32:11 +0200 (CEST) In-Reply-To: <8CEF83825BEC744B83065625E567D7C260CD2079@IRSMSX107.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > After adding RSS hash offload check, default rss_hf will fail on devices that do > > not support all bits. This will lead to dcb config failure. The patch fixes this issue > > by reading current valid rss_conf from the device. > > > > Fixes: 8863a1fbfc66 ("ethdev: add supported hash function check") > > Fixes: 1a572499beb6 ("app/testpmd: setup DCB forwarding based on traffic > > class") > > > > Signed-off-by: Konstantin Ananyev > > Acked-by: Bernard Iremonger Applied, thanks