X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=devtools%2Ftest-null.sh;h=6cd34f64f10a621e1a494869883360f1f97aaf1f;hb=0615dd2aa139312a93ae312233a80e164c8f1048;hp=fa194f01f5170b60b847c928984c9b6045efba52;hpb=5bd4790174107768aba329032a3a8cd6994bac89;p=dpdk.git diff --git a/devtools/test-null.sh b/devtools/test-null.sh index fa194f01f5..6cd34f64f1 100755 --- a/devtools/test-null.sh +++ b/devtools/test-null.sh @@ -27,6 +27,7 @@ else fi (sleep 1 && echo stop) | -$testpmd -c $coremask --no-huge -m 20 \ - $libs -w 0:0.0 --vdev net_null1 --vdev net_null2 $eal_options -- \ +# testpmd only needs 20M, make it x2 (default number of cores) for NUMA systems +$testpmd -c $coremask --no-huge -m 40 \ + $libs -a 0:0.0 --vdev net_null1 --vdev net_null2 $eal_options -- \ --no-mlockall --total-num-mbufs=2048 $testpmd_options -ia