dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Extensions to test-pmd
@ 2014-04-03 17:30 Cyril Chemparathy
       [not found] ` <1396546216-29200-1-git-send-email-cchemparathy-kv+TWInifGbQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 16+ messages in thread
From: Cyril Chemparathy @ 2014-04-03 17:30 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2014-05-19  9:31 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-03 17:30 [PATCH 0/6] Extensions to test-pmd Cyril Chemparathy
     [not found] ` <1396546216-29200-1-git-send-email-cchemparathy-kv+TWInifGbQT0dZR+AlfA@public.gmane.org>
2014-04-03 17:30   ` [PATCH 1/6] test-pmd: add support for single port loopback topology Cyril Chemparathy
2014-04-03 17:30   ` [PATCH 2/6] test-pmd: add support for auto-start when interactive Cyril Chemparathy
2014-04-03 17:30   ` [PATCH 3/6] test-pmd: allow command line selection of forwarding mode Cyril Chemparathy
     [not found]     ` <1396546216-29200-4-git-send-email-cchemparathy-kv+TWInifGbQT0dZR+AlfA@public.gmane.org>
2014-04-04  8:21       ` Richardson, Bruce
     [not found]         ` <59AF69C657FD0841A61C55336867B5B01A9F8609-kPTMFJFq+rELt2AQoY/u9bfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-05-14 17:05           ` [PATCH] app/testpmd: list forwarding modes Thomas Monjalon
     [not found]             ` <1400087113-5270-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-05-15  9:35               ` [PATCH v2] " Thomas Monjalon
     [not found]                 ` <1400146513-14283-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-05-15 16:08                   ` [PATCH v3] app/testpmd: list forwarding engines Thomas Monjalon
     [not found]                     ` <1400170121-2737-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-05-16  7:21                       ` Ivan Boule
     [not found]                         ` <5375BC79.1090309-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-05-16 14:24                           ` Thomas Monjalon
2014-04-03 17:30   ` [PATCH 4/6] test-pmd: allow txpkts to be setup via command line Cyril Chemparathy
2014-04-03 17:30   ` [PATCH 5/6] test-pmd: add mac swap forwarding mode Cyril Chemparathy
2014-04-03 17:30   ` [PATCH 6/6] test-pmd: add flowgen forwarding engine Cyril Chemparathy
2014-05-16 14:22   ` [PATCH 0/6] Extensions to test-pmd Thomas Monjalon
2014-05-16 16:55     ` Cyril Chemparathy
     [not found]       ` <5376430A.8010707-kv+TWInifGbQT0dZR+AlfA@public.gmane.org>
2014-05-19  9:31         ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).