Modify testpmd to allow stop, close, detach and attach of a port without stopping forwarding.
Changes in v5: rebased to latest master reworded commit messages, resulting in changes to patch names. Changes in v4: rebased to latest master reworked patch 4 Changes in v3: rebased to latest master. added patch 9 app/testpmd: stop forwarding on exit reworked and renamed patch 4 app/testpmd: remove fwd_config_setup from fwd_config_display Changes in v2: Added 4 more patches app/testpmd: add function port_is_bonding_slave app/testpmd: move call to init_fwd_streams app/testpmd: check for valid socket id when attaching port app/testpmd: check for valid mbuf pool Bernard Iremonger (9): app/testpmd: add new function app/testpmd: do not update forwarding config app/testpmd: check port is not forwarding app/testpmd: separate fwd config setup from display app/testpmd: add another new function app/testpmd: move fwd streams initialisation app/testpmd: check for valid socket id when attaching port app/testpmd: check for valid mbuf pool app/testpmd: stop forwarding on exit app/test-pmd/cmdline.c | 25 ++++++++--- app/test-pmd/config.c | 19 ++++++++- app/test-pmd/testpmd.c | 114 ++++++++++++++++++++++++------------------------- app/test-pmd/testpmd.h | 5 ++- 4 files changed, 95 insertions(+), 68 deletions(-) -- 2.6.3