[dpdk-dev] [PATCH v2] app/testpmd: fix DCB config issue

2016-10-13 Thread Thomas Monjalon
> > 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 > > configu

[dpdk-dev] [PATCH v2] app/testpmd: fix DCB config issue

2016-10-05 Thread Iremonger, Bernard
> -Original Message- > From: Lu, Wenzhuo > Sent: Monday, September 26, 2016 2:11 AM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo ; Iremonger, > Bernard ; Lu, Wenzhuo > > Subject: [PATCH v2] app/testpmd: fix DCB config issue > > An issue is found that DCB cannot be configured on ixgbe

[dpdk-dev] [PATCH v2] app/testpmd: fix DCB config issue

2016-09-26 Thread Wenzhuo Lu
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