DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: fix directory err in virtio guide
@ 2017-05-02 11:54 Yong Wang
  2017-05-02 12:31 ` Mcnamara, John
  2017-05-02 12:38 ` Thomas Monjalon
  0 siblings, 2 replies; 6+ messages in thread
From: Yong Wang @ 2017-05-02 11:54 UTC (permalink / raw)
  To: john.mcnamara; +Cc: dev, Yong Wang

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

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
 ~~~~~~~
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: fix directory err in virtio guide
  2017-05-02 11:54 [dpdk-dev] [PATCH] doc: fix directory err in virtio guide Yong Wang
@ 2017-05-02 12:31 ` Mcnamara, John
  2017-05-07 12:48   ` Thomas Monjalon
  2017-05-02 12:38 ` Thomas Monjalon
  1 sibling, 1 reply; 6+ messages in thread
From: Mcnamara, John @ 2017-05-02 12:31 UTC (permalink / raw)
  To: Yong Wang; +Cc: dev



> -----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>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: fix directory err in virtio guide
  2017-05-02 11:54 [dpdk-dev] [PATCH] doc: fix directory err in virtio guide Yong Wang
  2017-05-02 12:31 ` Mcnamara, John
@ 2017-05-02 12:38 ` Thomas Monjalon
  2017-05-02 12:53   ` Mcnamara, John
  1 sibling, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2017-05-02 12:38 UTC (permalink / raw)
  To: Yong Wang; +Cc: dev, john.mcnamara

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: fix directory err in virtio guide
  2017-05-02 12:38 ` Thomas Monjalon
@ 2017-05-02 12:53   ` Mcnamara, John
  2017-05-02 12:56     ` Thomas Monjalon
  0 siblings, 1 reply; 6+ messages in thread
From: Mcnamara, John @ 2017-05-02 12:53 UTC (permalink / raw)
  To: Thomas Monjalon, Yong Wang; +Cc: dev



> -----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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: fix directory err in virtio guide
  2017-05-02 12:53   ` Mcnamara, John
@ 2017-05-02 12:56     ` Thomas Monjalon
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2017-05-02 12:56 UTC (permalink / raw)
  To: Mcnamara, John; +Cc: Yong Wang, dev

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: fix directory err in virtio guide
  2017-05-02 12:31 ` Mcnamara, John
@ 2017-05-07 12:48   ` Thomas Monjalon
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2017-05-07 12:48 UTC (permalink / raw)
  To: Yong Wang; +Cc: dev, Mcnamara, John

> > 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-05-07 12:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-02 11:54 [dpdk-dev] [PATCH] doc: fix directory err in virtio guide Yong Wang
2017-05-02 12:31 ` Mcnamara, John
2017-05-07 12:48   ` Thomas Monjalon
2017-05-02 12:38 ` Thomas Monjalon
2017-05-02 12:53   ` Mcnamara, John
2017-05-02 12:56     ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).