From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Iremonger, Bernard" Subject: Re: [PATCH v2] app/testpmd: fix DCB config issue Date: Wed, 5 Oct 2016 10:02:32 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C21A08F248@IRSMSX108.ger.corp.intel.com> References: <1470374429-14848-1-git-send-email-wenzhuo.lu@intel.com> <1474852271-11309-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "De Lara Guarch, Pablo" To: "Lu, Wenzhuo" , "dev@dpdk.org" Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A7A858019 for ; Wed, 5 Oct 2016 12:02:35 +0200 (CEST) In-Reply-To: <1474852271-11309-1-git-send-email-wenzhuo.lu@intel.com> Content-Language: en-US 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" > -----Original Message----- > From: Lu, Wenzhuo > Sent: Monday, September 26, 2016 2:11 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Iremonger, > Bernard ; Lu, Wenzhuo > > Subject: [PATCH v2] app/testpmd: fix DCB config issue >=20 > 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. >=20 > 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. >=20 > Fixes: 1a572499beb6 (app/testpmd: setup DCB forwarding based on traffic > class) > Signed-off-by: Wenzhuo Lu Acked-by: Bernard Iremonger