[dpdk-dev] [PATCH v9] app/testpmd: fix DCB configuration

2016-11-07 Thread Thomas Monjalon
> > Data Centre Bridge (DCB) configuration fails when SRIOV is enabled if nb_rxq > > or nb_txq are greater than nb_q_per_pool. > > > > The failure occurs during configuration of the ixgbe PMD when it is > > started, in > > the ixgbe_check_mq_mode function. > > > > Fixes: 2a977b891f99

[dpdk-dev] [PATCH v9] app/testpmd: fix DCB configuration

2016-11-04 Thread Wu, Jingjing
> -Original Message- > From: Iremonger, Bernard > Sent: Friday, November 4, 2016 1:36 AM > To: dev at dpdk.org; Shah, Rahul R ; Wu, Jingjing > ; Lu, Wenzhuo > Cc: Iremonger, Bernard > Subject: [PATCH v9] app/testpmd: fix DCB configuration > > Data Centre Bridge (DCB) configuration

[dpdk-dev] [PATCH v9] app/testpmd: fix DCB configuration

2016-11-03 Thread Bernard Iremonger
Data Centre Bridge (DCB) configuration fails when SRIOV is enabled if nb_rxq or nb_txq are greater than nb_q_per_pool. The failure occurs during configuration of the ixgbe PMD when it is started, in the ixgbe_check_mq_mode function. Fixes: 2a977b891f99 ("app/testpmd: fix DCB configuration")