Add new testpmd commands for invoking traffic manager suspend/resume API. v2: - Remove the CLI layer restriction to check the port status.
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 +++ 4 files changed, 148 insertions(+) -- 2.7.4