scripts: test null forwarding
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 9 Apr 2015 17:03:14 +0000 (19:03 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 13 Apr 2015 20:50:09 +0000 (22:50 +0200)
commit2fed8601cdfc9f9a8ae3e2deab756b65e429e042
tree9da0e473cee1770052f72f74ccd4456fa5f9b3dd
parent9c283ffe2c72ba8686f93edf508f165e18a0e0fd
scripts: test null forwarding

This script ease testing of basic initializations and Rx/Tx bursts.
It may help to check obvious regressions.
In order to run it on a standard development machine, it doesn't use
neither hugepages nor real interfaces.

The optional parameters are:
- build directory (default: build)
- coremask (default: 3 i.e. cores 0 and 1)

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
MAINTAINERS
scripts/test-null.sh [new file with mode: 0755]