Ixgbe supports to set TCs' bandwidth allocation. This patch set enables this feature.
Bernard Iremonger (2): net/ixgbe: allocate TC bandwidth app/testpmd: add CLI to set TC min bandwidth app/test-pmd/cmdline.c | 66 ++++++++++++++++++++++++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 +++ drivers/net/ixgbe/ixgbe_ethdev.c | 78 +++++++++++++++++++++++++++++ drivers/net/ixgbe/ixgbe_ethdev.h | 9 ++++ drivers/net/ixgbe/ixgbe_rxtx.c | 12 +++-- drivers/net/ixgbe/rte_pmd_ixgbe.h | 23 +++++++++ drivers/net/ixgbe/rte_pmd_ixgbe_version.map | 6 +++ 7 files changed, 197 insertions(+), 4 deletions(-) -- 1.9.3