> -----Original Message----- > From: Iremonger, Bernard > Sent: Friday, November 4, 2016 1:36 AM > To: dev at dpdk.org; Shah, Rahul R <rahul.r.shah at intel.com>; Wu, Jingjing > <jingjing.wu at intel.com>; Lu, Wenzhuo <wenzhuo.lu at intel.com> > Cc: Iremonger, Bernard <bernard.iremonger at intel.com> > Subject: [PATCH v9] app/testpmd: fix DCB configuration > > 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") > > Signed-off-by: Bernard Iremonger <bernard.iremonger at intel.com>
Acked-by: Jingjing Wu <jingjing.wu at intel.com> Thanks Jingjing