<div dir="ltr"><div>Hi DPDK community,</div><div><br></div><div>I am new DPDK and trying to run DPDK testpmd with TSO enabled on Tx port and checksum on Rx port just like how it is mentioned here: <a href="https://doc.dpdk.org/dts/test_plans/tso_test_plan.html">https://doc.dpdk.org/dts/test_plans/tso_test_plan.html</a> but with <span class="gmail-o">--</span><span class="gmail-n">enable</span><span class="gmail-o">-</span><span class="gmail-n">rx</span><span class="gmail-o">-</span><span class="gmail-n">cksum argument, I get following error:</span></div><div><span class="gmail-n"><br></span></div><div><pre><span class="gmail-o"></span><span class="gmail-n">root@localhost:~# dpdk-testpmd -l 4-7 -n 4 -- -i --nb-cores=2 --eth-peer=0,xx:xx:xx:xx:xx:xx --eth-peer=1,xx:xx:xx:xx:xx:xx --forward-mode=mac --rxq=2 --txq=2 --enable-rx-cksum --rxd=512 --txd=512 --burst=32 --rxfreet=64 --mbcache=128 --portmask=0x3 --txpt=36 --txht=0 --txwt=0 --txfreet=32 --txrst=32<br>EAL: Detected 8 lcore(s)<br>EAL: Detected 1 NUMA nodes<br>EAL: Multi-process socket /var/run/dpdk/rte/mp_socket<br>EAL: Selected IOVA mode 'PA'<br>EAL: No available hugepages reported in hugepages-2048kB<br>EAL: Probing VFIO support...<br>EAL: VFIO support initialized<br>EAL:   Invalid NUMA socket, default to 0<br>EAL: Probe PCI driver: net_virtio (1af4:1000) device: 0000:00:06.0 (socket 0)<br>EAL:   using IOMMU type 8 (No-IOMMU)<br>[63652.737684] vfio-pci 0000:00:06.0: vfio-noiommu device opened by user (dpdk-testpmd:2518)<br>EAL: Ignore mapping IO port bar(0)<br>EAL:   Invalid NUMA socket, default to 0<br>EAL: Probe PCI driver: net_virtio (1af4:1000) device: 0000:00:06.1 (socket 0)<br>[63652.744250] vfio-pci 0000:00:06.1: vfio-noiommu device opened by user (dpdk-testpmd:2518)<br>EAL: Ignore mapping IO port bar(0)<br>EAL:   Invalid NUMA socket, default to 0<br>EAL: Probe PCI driver: net_virtio (1af4:1041) device: 0000:01:00.0 (socket 0)<br>EAL: No legacy callbacks, legacy socket not created<br>Interactive-mode selected<br>Set mac packet forwarding mode<br>testpmd: create a new mbuf pool <mb_pool_0>: n=159744, size=2176, socket=0<br>testpmd: preferred mempool ops selected: ring_mp_mc<br>Configuring Port 0 (socket 0)<br>Ethdev port_id=0 requested Rx offloads 0xe doesn't match Rx offloads capabilities 0xa1d in rte_eth_dev_configure()<br>Fail to configure port 0<br>EAL: Error - exiting with code: 1<br>  Cause: Start ports failed</span></pre><span class="gmail-n"></span></div><div>Can someone help me with pointers to resolve this? Also the documentation here <a href="https://doc.dpdk.org/dts/test_plans/tso_test_plan.html">https://doc.dpdk.org/dts/test_plans/tso_test_plan.html</a> to obtain performance figures with TSO enabled misses a lot of details.  A detailed description about how to measure performance with TSO enabled with a packet created using scapy would be much appreciated.</div><div><br></div><div>Thanks!</div><div>Spoorthi<br></div></div>