X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fdpdk%2Fdpdk_scripts%2Frun_l2fwd.sh;h=90b538bd8ff97496d212332d58cebdf080e5d21b;hb=d3c64b0e39300b688f9339434436c6ecbcaee455;hp=83ee1d324096559eda263c005b0481eee303b740;hpb=4a40c75ffc9f6b62a2eb58007675ef17f4c32b1e;p=csit.git diff --git a/tests/dpdk/dpdk_scripts/run_l2fwd.sh b/tests/dpdk/dpdk_scripts/run_l2fwd.sh index 83ee1d3240..90b538bd8f 100755 --- a/tests/dpdk/dpdk_scripts/run_l2fwd.sh +++ b/tests/dpdk/dpdk_scripts/run_l2fwd.sh @@ -88,13 +88,13 @@ 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 -- \ + -l ${cpu_corelist} -n 4 --log-level 8 -- \ --numa \ --nb-ports=2 \ --portmask=0x3 \ --nb-cores=${nb_cores} \ --max-pkt-len=9000 \ - --txqflags=0 \ + --tx-offloads=0 \ --forward-mode=io \ --rxq=${queue_nums} \ --txq=$((${nb_cores} + 1)) \ @@ -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 -- \ + -l ${cpu_corelist} -n 4 --log-level 8 -- \ --numa \ --nb-ports=2 \ --portmask=0x3 \