v2: - Split patch for easer review. - Remove "pmd: add api version negotiation for ixgbe driver" and "pmd: extend mailbox api to report number of RX/TX queues" patches as those are already already marged from other patch
v1: This patchset enables DCB in SRIOV (ETH_MQ_RX_VMDQ_DCB and ETH_MQ_TX_VMDQ_DCB) for each VF and PF for ixgbe driver. As a side effect this allow to use multiple queues for TX in VF (8 if there is 16 or less VFs or 4 if there is 32 or less VFs) when PFC is not enabled. Pawel Wodkowski (4): ethdev: Allow zero rx/tx queues in SRIOV mode ethdev: prevent changing of nb_q_per_pool in rte_eth_dev_check_mq_mode() pmd: add support for DCB in SRIOV mode for ixgbe driver. testpmd: fix dcb in vt mode app/test-pmd/cmdline.c | 4 +-- app/test-pmd/testpmd.c | 39 +++++++++++++++++------ app/test-pmd/testpmd.h | 10 ------ lib/librte_ether/rte_ethdev.c | 63 +++++++++++++++++++++++-------------- lib/librte_ether/rte_ethdev.h | 2 +- lib/librte_pmd_ixgbe/ixgbe_pf.c | 42 ++++++++++++++++++------- lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 7 ++--- 7 files changed, 106 insertions(+), 61 deletions(-) -- 1.7.9.5