[dpdk-dev] doc: fix a typo in howto guide

Message ID 1490776055-11464-1-git-send-email-wang.yong19@zte.com.cn (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers

Checks

Context Check Description
ci/Intel-compilation success Compilation OK
ci/checkpatch success coding style OK

Commit Message

Yong Wang March 29, 2017, 8:27 a.m. UTC
  Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>
---
 doc/guides/howto/virtio_user_as_exceptional_path.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

John McNamara March 29, 2017, 9:58 a.m. UTC | #1
> -----Original Message-----
> From: Yong Wang [mailto:wang.yong19@zte.com.cn]
> Sent: Wednesday, March 29, 2017 9:28 AM
> To: Mcnamara, John <john.mcnamara@intel.com>
> Cc: dev@dpdk.org; Yong Wang <wang.yong19@zte.com.cn>
> Subject: [PATCH] doc: fix a typo in howto guide
> 
> Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>


Good catch. Thanks.


Acked-by: John McNamara <john.mcnamara@intel.com>
  
Thomas Monjalon April 4, 2017, 1:05 p.m. UTC | #2
2017-03-29 09:58, Mcnamara, John:
> From: Yong Wang [mailto:wang.yong19@zte.com.cn]
> Sent: Wednesday, March 29, 2017 9:28 AM
> > 
> > Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>
> 
> 
> Good catch. Thanks.
> 
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied, thanks
  

Patch

diff --git a/doc/guides/howto/virtio_user_as_exceptional_path.rst b/doc/guides/howto/virtio_user_as_exceptional_path.rst
index 939ced9..91a99c6 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