[dpdk-dev] doc: fix directory err in virtio guide

Message ID 1493726060-22813-1-git-send-email-wang.yong19@zte.com.cn (mailing list archive)
State Accepted, archived
Headers

Checks

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

Commit Message

Yong Wang May 2, 2017, 11:54 a.m. UTC
  Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>
---
 doc/guides/nics/virtio.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

John McNamara May 2, 2017, 12:31 p.m. UTC | #1
> -----Original Message-----
> From: Yong Wang [mailto:wang.yong19@zte.com.cn]
> Sent: Tuesday, May 2, 2017 12:54 PM
> To: Mcnamara, John <john.mcnamara@intel.com>
> Cc: dev@dpdk.org; Yong Wang <wang.yong19@zte.com.cn>
> Subject: [PATCH] doc: fix directory err in virtio guide
> 
> Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>

Acked-by: John McNamara <john.mcnamara@intel.com>
  
Thomas Monjalon May 2, 2017, 12:38 p.m. UTC | #2
02/05/2017 13:54, Yong Wang:
> -        python tools/dpdk-devbind.py -b vfio-pci 00:03.0
> +        python usertools/dpdk-devbind.py -b vfio-pci 00:03.0

There is another occurence in doc/guides/howto/pvp_reference_benchmark.rst
  
John McNamara May 2, 2017, 12:53 p.m. UTC | #3
> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Tuesday, May 2, 2017 1:39 PM
> To: Yong Wang <wang.yong19@zte.com.cn>
> Cc: dev@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>
> Subject: Re: [dpdk-dev] [PATCH] doc: fix directory err in virtio guide
> 
> 02/05/2017 13:54, Yong Wang:
> > -        python tools/dpdk-devbind.py -b vfio-pci 00:03.0
> > +        python usertools/dpdk-devbind.py -b vfio-pci 00:03.0
> 
> There is another occurence in doc/guides/howto/pvp_reference_benchmark.rst
> 


I spotted that, ;-), and I sent a separate patch. If that is overkill
then maybe fix the subject line for this patch and fix both together.

John
  
Thomas Monjalon May 2, 2017, 12:56 p.m. UTC | #4
02/05/2017 14:53, Mcnamara, John:
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> > 02/05/2017 13:54, Yong Wang:
> > > -        python tools/dpdk-devbind.py -b vfio-pci 00:03.0
> > > +        python usertools/dpdk-devbind.py -b vfio-pci 00:03.0
> > 
> > There is another occurence in doc/guides/howto/pvp_reference_benchmark.rst
> 
> I spotted that, ;-), and I sent a separate patch. If that is overkill
> then maybe fix the subject line for this patch and fix both together.

Yes it is overkill :)
I will squash them
  
Thomas Monjalon May 7, 2017, 12:48 p.m. UTC | #5
> > Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied and squashed with http://dpdk.org/patch/24050, thanks
  

Patch

diff --git a/doc/guides/nics/virtio.rst b/doc/guides/nics/virtio.rst
index e1a80dc..91bedea 100644
--- a/doc/guides/nics/virtio.rst
+++ b/doc/guides/nics/virtio.rst
@@ -321,7 +321,7 @@  To support Rx interrupts,
 
     .. code-block:: console
 
-        python tools/dpdk-devbind.py -b vfio-pci 00:03.0
+        python usertools/dpdk-devbind.py -b vfio-pci 00:03.0
 
 Example
 ~~~~~~~