bond: unit tests
authorDeclan Doherty <declan.doherty@intel.com>
Wed, 25 Jun 2014 20:07:46 +0000 (21:07 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 1 Jul 2014 14:25:35 +0000 (16:25 +0200)
commit92073ef961ee1e3a0e34bf17fa17ad1dbece74bb
treeabb78c997b87e60e63097f18ca98ae003f966196
parenta155d430119d947d3cb03136ce50924a642dbfe0
bond: unit tests

Including:
 - code to generate packet bursts for testing rx and tx
   functionality of bonded device
 - virtual/stubbed out ethdev for use as slave ethdev in testing

Signed-off-by: Declan Doherty <declan.doherty@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
app/test/Makefile
app/test/commands.c
app/test/packet_burst_generator.c [new file with mode: 0644]
app/test/packet_burst_generator.h [new file with mode: 0644]
app/test/test.h
app/test/test_link_bonding.c [new file with mode: 0644]
app/test/virtual_pmd.c [new file with mode: 0644]
app/test/virtual_pmd.h [new file with mode: 0644]