The following changes since commit 211992f3b7df5d6d8f1dbefc48bc37a6d5398fbc:
examples/flow_classify: fix validation in port init (2018-04-30 15:48:26 +0200) are available in the git repository at: http://dpdk.org/git/next/dpdk-next-qos for you to fetch changes up to 06e2b9d59f4e1d85b4131ea4ecd8b97371dee029: app/testpmd: add command to resume a TM node (2018-05-04 15:40:42 +0100) ---------------------------------------------------------------- Ben Shelton (1): ethdev: Fix issue in Doxygen for TM API Jasvinder Singh (1): librte_sched: add post-init pipe profile api Nikhil Rao (1): ethdev: add support for WRED thresholds in bytes Tomasz Duszynski (2): app/testpmd: add command to suspend a TM node app/testpmd: add command to resume a TM node app/test-pmd/cmdline.c | 8 + app/test-pmd/cmdline_tm.c | 128 +++++++++++++++ app/test-pmd/cmdline_tm.h | 2 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 10 ++ drivers/net/softnic/rte_eth_softnic_tm.c | 23 ++- lib/librte_ethdev/rte_tm.h | 55 ++++++- lib/librte_sched/rte_sched.c | 239 ++++++++++++++++++---------- lib/librte_sched/rte_sched.h | 18 +++ lib/librte_sched/rte_sched_version.map | 6 + 9 files changed, 400 insertions(+), 89 deletions(-)