[dpdk-dev] [PATCH 0/6] Extensions to test-pmd

Cyril Chemparathy cchemparathy at tilera.com
Thu Apr 3 19:30:10 CEST 2014


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



More information about the dev mailing list