[dpdk-stable] patch 'doc: fix a typo in howto guide' has been queued to stable release 17.02.1

Yuanhan Liu yuanhan.liu at linux.intel.com
Thu May 25 11:47:41 CEST 2017


Hi,

FYI, your patch has been queued to stable release 17.02.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 05/28/17. So please
shout if anyone has objections.

Thanks.

	--yliu

---
>From 90a4f8e24cb9dd2eb00519b4c09fdedc1a199f83 Mon Sep 17 00:00:00 2001
From: Yong Wang <wang.yong19 at zte.com.cn>
Date: Wed, 29 Mar 2017 04:27:35 -0400
Subject: [PATCH] doc: fix a typo in howto guide

[ upstream commit a29491c2f417c58cf02ace231d7a0215315e1346 ]

Fixes: 0ba3870e7559 ("doc: add guide to use virtio-user as exceptional path")

Signed-off-by: Yong Wang <wang.yong19 at zte.com.cn>
Acked-by: John McNamara <john.mcnamara at intel.com>
---
 doc/guides/howto/virtio_user_as_exceptional_path.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/howto/virtio_user_as_exceptional_path.rst b/doc/guides/howto/virtio_user_as_exceptional_path.rst
index 26a72e2..4076030 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) -c 0xc -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
-- 
1.9.0



More information about the stable mailing list