[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
> > 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


[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 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