]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/howto/virtio_user_as_exceptional_path.rst
app: enable HW CRC strip by default
[dpdk.git] / doc / guides / howto / virtio_user_as_exceptional_path.rst
index 91a99c6752f1d4fe4da3dba9636dfea707256820..0bbcd3fd9a31cfb5a40b1e15ea7f8e8b1c5d4b49 100644 (file)
@@ -84,7 +84,7 @@ compiling the kernel and those kernel modules should be inserted.
 
         $(testpmd) -l 2-3 -n 4 \
                --vdev=virtio_user0,path=/dev/vhost-net,queue_size=1024 \
-               -- -i --txqflags=0x0 --disable-hw-vlan --enable-lro --crc-strip \
+               -- -i --txqflags=0x0 --disable-hw-vlan --enable-lro \
                --enable-rx-cksum --rxd=1024 --txd=1024
 
     This command runs testpmd with two ports, one physical NIC to communicate
@@ -114,7 +114,7 @@ compiling the kernel and those kernel modules should be inserted.
         $(testpmd) -l 2-3 -n 4 \
                --vdev=virtio_user0,path=/dev/vhost-net,queues=2,queue_size=1024 \
                -- -i --txqflags=0x0 --disable-hw-vlan --enable-lro \
-               --crc-strip --enable-rx-cksum --txq=2 --rxq=2 --rxd=1024 \
+               --enable-rx-cksum --txq=2 --rxq=2 --rxd=1024 \
                --txd=1024
 
 #. Start testpmd: