Hi, This patch series contains a few minor extensions to test-pmd. These changes have been added primarily for convenience while testing out various scenarios with DPDK.
Thanks -- Cyril. Cyril Chemparathy (6): test-pmd: add support for single port loopback topology test-pmd: add support for auto-start when interactive test-pmd: allow command line selection of forwarding mode test-pmd: allow txpkts to be setup via command line test-pmd: add mac swap forwarding mode test-pmd: add flowgen forwarding engine app/test-pmd/Makefile | 2 + app/test-pmd/config.c | 16 ++- app/test-pmd/flowgen.c | 247 ++++++++++++++++++++++++++++++++++++++++++++++ app/test-pmd/macswap.c | 148 +++++++++++++++++++++++++++ app/test-pmd/parameters.c | 83 +++++++++++++++- app/test-pmd/testpmd.c | 11 ++- app/test-pmd/testpmd.h | 6 +- 7 files changed, 504 insertions(+), 9 deletions(-) create mode 100644 app/test-pmd/flowgen.c create mode 100644 app/test-pmd/macswap.c -- 1.8.3.1