FIX: CSIT-1044 Dpdk-testpmd 9000B tests failing
[csit.git] / tests / dpdk / dpdk_scripts / run_l2fwd.sh
index 90b538b..8579d7e 100755 (executable)
@@ -94,7 +94,7 @@ if [ "$jumbo_frames" = "yes" ]; then
         --portmask=0x3 \
         --nb-cores=${nb_cores} \
         --max-pkt-len=9000 \
-        --tx-offloads=0 \
+        --tx-offloads=0x7FFFFFFF \
         --forward-mode=io \
         --rxq=${queue_nums} \
         --txq=$((${nb_cores} + 1)) \