app/testpmd: add flowgen forwarding engine
authorCyril Chemparathy <cchemparathy@tilera.com>
Thu, 3 Apr 2014 17:30:16 +0000 (10:30 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 16 May 2014 11:25:02 +0000 (13:25 +0200)
commite9e23a617eb877b625544a84a7bb76bd992bced4
treece3a4f697a821d721d835b7bc124c3d6e3d8d816
parentd47388f19649d73b2b970dd8d436db72e9daf946
app/testpmd: add flowgen forwarding engine

This commit adds a multi-flow traffic generator forwarding engine.  In effect,
this forwarding mode functions very similar to the txonly mode, with the
difference that it generates multiple L4 flows.

Signed-off-by: Cyril Chemparathy <cchemparathy@tilera.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
app/test-pmd/Makefile
app/test-pmd/flowgen.c [new file with mode: 0644]
app/test-pmd/testpmd.c
app/test-pmd/testpmd.h