On 01/12/15 17:50, Michal Jastrzebski wrote: > From: Pawel Wodkowski <pawelx.wodkowski at intel.com> > > Hi, > 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.
Here it is! ;) Thanks. Pls., ignore my previous email about the respinning... ;) > > > Pawel Wodkowski (2): > pmd: add DCB for VF for ixgbe > 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 | 84 +++++++++++++++++++++--------- > lib/librte_ether/rte_ethdev.h | 5 +- > lib/librte_pmd_e1000/igb_pf.c | 3 +- > lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 10 ++-- > lib/librte_pmd_ixgbe/ixgbe_ethdev.h | 1 + > lib/librte_pmd_ixgbe/ixgbe_pf.c | 98 > ++++++++++++++++++++++++++++++----- > lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 7 ++- > 10 files changed, 190 insertions(+), 71 deletions(-) >