numam-dpdk/app
Pablo de Lara 572eb3cd83 ring: simplify unit tests
As this unit test does not create devices anymore,
and uses devices created by EAL option --vdev,
there were unnecesary tests that were repeated,
so they have been removed.

So now there are three tests:

1 - Test two devices that share a ring, one device
    with just one RX queue and the other with one
    TX queue.

2 - Test a device connected to itself (loopback) by
    a ring, with both RX and TX queue.

3 - Test two devices that share a ring, but both devices
    with RX and TX queue, so they can send packets to themselves
    and to the other device.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
2014-07-22 16:44:37 +02:00
..
cmdline_test eal: fix usage of printf-like functions 2014-06-27 02:31:08 +02:00
dump_cfg remove trailing whitespaces 2014-06-11 00:29:34 +02:00
test ring: simplify unit tests 2014-07-22 16:44:37 +02:00
test-acl acl: new test-acl application 2014-06-14 01:29:45 +02:00
test-pipeline eal: deprecate rte_snprintf 2014-06-27 02:31:24 +02:00
test-pmd bond: testpmd support 2014-07-01 16:25:35 +02:00
Makefile app/pipeline: packet framework benchmark 2014-06-17 03:34:11 +02:00