From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] app/testpmd: fix DCB config issue Date: Thu, 13 Oct 2016 17:14:17 +0200 Message-ID: <4031943.bbiQKYZ8zR@xps13> References: <1470374429-14848-1-git-send-email-wenzhuo.lu@intel.com> <1474852271-11309-1-git-send-email-wenzhuo.lu@intel.com> <8CEF83825BEC744B83065625E567D7C21A08F248@IRSMSX108.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" , "De Lara Guarch, Pablo" To: "Lu, Wenzhuo" Return-path: Received: from mail-lf0-f44.google.com (mail-lf0-f44.google.com [209.85.215.44]) by dpdk.org (Postfix) with ESMTP id 40201530C for ; Thu, 13 Oct 2016 17:14:22 +0200 (CEST) Received: by mail-lf0-f44.google.com with SMTP id l131so102248409lfl.2 for ; Thu, 13 Oct 2016 08:14:22 -0700 (PDT) In-Reply-To: <8CEF83825BEC744B83065625E567D7C21A08F248@IRSMSX108.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > An issue is found that DCB cannot be configured on ixgbe NICs. It's said the > > TX queue number is not right. > > On ixgbe the max TX queue number is not fixed, it depends on the multi- > > queue mode. > > > > This patch adds the device configuration before getting info in the DCB > > configuration process. So the right info can be got depending on the > > configuration. > > > > Fixes: 1a572499beb6 (app/testpmd: setup DCB forwarding based on traffic > > class) > > Signed-off-by: Wenzhuo Lu > > Acked-by: Bernard Iremonger Applied, thanks