From: Yong Wang Date: Wed, 29 Mar 2017 08:27:35 +0000 (-0400) Subject: doc: fix a typo in howto guide X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=a29491c2f417c58cf02ace231d7a0215315e1346 doc: fix a typo in howto guide Fixes: 0ba3870e7559 ("doc: add guide to use virtio-user as exceptional path") Cc: stable@dpdk.org Signed-off-by: Yong Wang Acked-by: John McNamara --- diff --git a/doc/guides/howto/virtio_user_as_exceptional_path.rst b/doc/guides/howto/virtio_user_as_exceptional_path.rst index 939ced9153..91a99c6752 100644 --- a/doc/guides/howto/virtio_user_as_exceptional_path.rst +++ b/doc/guides/howto/virtio_user_as_exceptional_path.rst @@ -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 --crc-strip \ --enable-rx-cksum --rxd=1024 --txd=1024 This command runs testpmd with two ports, one physical NIC to communicate