aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dpdk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dpdk')
-rwxr-xr-xtests/dpdk/dpdk_scripts/run_l2fwd.sh4
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 \