aboutsummaryrefslogtreecommitdiffstats
path: root/doc/guides/howto/virtio_user_for_container_networking.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guides/howto/virtio_user_for_container_networking.rst')
-rw-r--r--doc/guides/howto/virtio_user_for_container_networking.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/howto/virtio_user_for_container_networking.rst b/doc/guides/howto/virtio_user_for_container_networking.rst
index 476ce3a6..2313dc79 100644
--- a/doc/guides/howto/virtio_user_for_container_networking.rst
+++ b/doc/guides/howto/virtio_user_for_container_networking.rst
@@ -96,7 +96,7 @@ some minor changes.
dpdk-app-testpmd testpmd -l 6-7 -n 4 -m 1024 --no-pci \
--vdev=virtio_user0,path=/var/run/usvhost \
--file-prefix=container \
- -- -i --txqflags=0xf00 --disable-hw-vlan
+ -- -i
Note: If we run all above setup on the host, it's a shm-based IPC.