diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-06-07 10:03:17 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-06-07 12:55:33 +0200 |
commit | cb371e36ed52b72f66dafd516598d4324259f006 (patch) | |
tree | 85d194d3fdbd6535b31f8bf09a852f1972651455 /tests/dpdk | |
parent | e79a1175d9c5e867d18206267e0bc571190d8643 (diff) |
CSIT-1121: Add "Get DPDK version" KW to DPDK tests
Change-Id: I6152b3b7d4895a376914166d03ee9ca15ea9eb32
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'tests/dpdk')
-rwxr-xr-x | tests/dpdk/dpdk_scripts/run_l2fwd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dpdk/dpdk_scripts/run_l2fwd.sh b/tests/dpdk/dpdk_scripts/run_l2fwd.sh index 8579d7e1ae..578c12c054 100755 --- a/tests/dpdk/dpdk_scripts/run_l2fwd.sh +++ b/tests/dpdk/dpdk_scripts/run_l2fwd.sh @@ -88,7 +88,7 @@ TESTPMD_BIN=./${arch}-${machine}-linuxapp-gcc/app/testpmd if [ "$jumbo_frames" = "yes" ]; then sudo sh -c "screen -dmSL DPDK-test $TESTPMD_BIN \ - -l ${cpu_corelist} -n 4 --log-level 8 -- \ + -l ${cpu_corelist} -n 4 --log-level 8 -v -- \ --numa \ --nb-ports=2 \ --portmask=0x3 \ @@ -105,7 +105,7 @@ if [ "$jumbo_frames" = "yes" ]; then --auto-start" else sudo sh -c "screen -dmSL DPDK-test $TESTPMD_BIN \ - -l ${cpu_corelist} -n 4 --log-level 8 -- \ + -l ${cpu_corelist} -n 4 --log-level 8 -v -- \ --numa \ --nb-ports=2 \ --portmask=0x3 \ |