DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: fixed verbatim sections in vmxnet3 docs
@ 2015-04-10 14:45 John McNamara
  2015-04-13 21:11 ` Yong Wang
  0 siblings, 1 reply; 3+ messages in thread
From: John McNamara @ 2015-04-10 14:45 UTC (permalink / raw)
  To: dev

Fixed two verbatim text sections in vmxnet3 docs.

Signed-off-by: John McNamara <john.mcnamara@intel.com>
---
 doc/guides/nics/vmxnet3.rst | 27 ++++++++++++++++++++-------
 1 file changed, 20 insertions(+), 7 deletions(-)

diff --git a/doc/guides/nics/vmxnet3.rst b/doc/guides/nics/vmxnet3.rst
index 3aa5b40..830530d 100644
--- a/doc/guides/nics/vmxnet3.rst
+++ b/doc/guides/nics/vmxnet3.rst
@@ -149,10 +149,15 @@ This section describes an example setup for Phy-vSwitch-VM-Phy communication.
     Other instructions on preparing to use DPDK such as, hugepage enabling, uio port binding are not listed here.
     Please refer to *DPDK Getting Started Guide and DPDK Sample Application's User Guide* for detailed instructions.
 
-The packet reception and transmission flow path is:
+The packet reception and transmission flow path is::
 
-    Packet generator -> 82576 -> VMware ESXi vSwitch -> VMXNET3 device -> Guest VM VMXNET3 port 0 rx burst -> Guest
-    VM 82599 VF port 0 tx burst -> 82599 VF -> Packet generator
+    Packet generator -> 82576
+                     -> VMware ESXi vSwitch
+                     -> VMXNET3 device
+                     -> Guest VM VMXNET3 port 0 rx burst
+                     -> Guest VM 82599 VF port 0 tx burst
+                     -> 82599 VF
+                     -> Packet generator
 
 VMXNET3 Chaining VMs Connected to a vSwitch
 -------------------------------------------
@@ -166,7 +171,15 @@ The following figure shows an example VM-to-VM communication over a Phy-VM-vSwit
     When using the L2 Forwarding or L3 Forwarding applications,
     a destination MAC address needs to be written in packets to hit the other VM's VMXNET3 interface.
 
-In this example, the packet flow path is:
-
-    Packet generator -> 82599 VF -> Guest VM 82599 port 0 rx burst -> Guest VM VMXNET3 port 1 tx burst -> VMXNET3
-    device -> VMware ESXi vSwitch -> VMXNET3 device -> Guest VM VMXNET3 port 0 rx burst -> Guest VM 82599 VF port 1 tx burst -> 82599 VF -> Packet generator
+In this example, the packet flow path is::
+
+    Packet generator -> 82599 VF
+                     -> Guest VM 82599 port 0 rx burst
+                     -> Guest VM VMXNET3 port 1 tx burst
+                     -> VMXNET3 device
+                     -> VMware ESXi vSwitch
+                     -> VMXNET3 device
+                     -> Guest VM VMXNET3 port 0 rx burst
+                     -> Guest VM 82599 VF port 1 tx burst
+                     -> 82599 VF
+                     -> Packet generator
-- 
1.8.1.4

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

* Re: [dpdk-dev] [PATCH] doc: fixed verbatim sections in vmxnet3 docs
  2015-04-10 14:45 [dpdk-dev] [PATCH] doc: fixed verbatim sections in vmxnet3 docs John McNamara
@ 2015-04-13 21:11 ` Yong Wang
  2015-04-13 21:23   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Yong Wang @ 2015-04-13 21:11 UTC (permalink / raw)
  To: John McNamara, dev

On 4/10/15, 7:45 AM, "John McNamara" <john.mcnamara@intel.com> wrote:

>Fixed two verbatim text sections in vmxnet3 docs.
>
>Signed-off-by: John McNamara <john.mcnamara@intel.com>

This patch looks good.

Just want to point out that there are some places in the same doc that
needs fixing.  For example, in the various diagrams, specific versions of
DPDK and ESXi are used.  I understand that vmxnet3 pmd was introduced in
1.6 but I prefer them to be version-agonostic since the same diagram works
for 1.7, 1.8, etc and I don’t see much benefits in spelling out 1.6 in
this case.  Same arguments to the ESXi version.

Acked-by: Yong Wang <yongwang@vmware.com>


>---
> doc/guides/nics/vmxnet3.rst | 27 ++++++++++++++++++++-------
> 1 file changed, 20 insertions(+), 7 deletions(-)
>
>diff --git a/doc/guides/nics/vmxnet3.rst b/doc/guides/nics/vmxnet3.rst
>index 3aa5b40..830530d 100644
>--- a/doc/guides/nics/vmxnet3.rst
>+++ b/doc/guides/nics/vmxnet3.rst
>@@ -149,10 +149,15 @@ This section describes an example setup for
>Phy-vSwitch-VM-Phy communication.
>     Other instructions on preparing to use DPDK such as, hugepage
>enabling, uio port binding are not listed here.
>     Please refer to *DPDK Getting Started Guide and DPDK Sample
>Application's User Guide* for detailed instructions.
> 
>-The packet reception and transmission flow path is:
>+The packet reception and transmission flow path is::
> 
>-    Packet generator -> 82576 -> VMware ESXi vSwitch -> VMXNET3 device
>-> Guest VM VMXNET3 port 0 rx burst -> Guest
>-    VM 82599 VF port 0 tx burst -> 82599 VF -> Packet generator
>+    Packet generator -> 82576
>+                     -> VMware ESXi vSwitch
>+                     -> VMXNET3 device
>+                     -> Guest VM VMXNET3 port 0 rx burst
>+                     -> Guest VM 82599 VF port 0 tx burst
>+                     -> 82599 VF
>+                     -> Packet generator
> 
> VMXNET3 Chaining VMs Connected to a vSwitch
> -------------------------------------------
>@@ -166,7 +171,15 @@ The following figure shows an example VM-to-VM
>communication over a Phy-VM-vSwit
>     When using the L2 Forwarding or L3 Forwarding applications,
>     a destination MAC address needs to be written in packets to hit the
>other VM's VMXNET3 interface.
> 
>-In this example, the packet flow path is:
>-
>-    Packet generator -> 82599 VF -> Guest VM 82599 port 0 rx burst ->
>Guest VM VMXNET3 port 1 tx burst -> VMXNET3
>-    device -> VMware ESXi vSwitch -> VMXNET3 device -> Guest VM VMXNET3
>port 0 rx burst -> Guest VM 82599 VF port 1 tx burst -> 82599 VF ->
>Packet generator
>+In this example, the packet flow path is::
>+
>+    Packet generator -> 82599 VF
>+                     -> Guest VM 82599 port 0 rx burst
>+                     -> Guest VM VMXNET3 port 1 tx burst
>+                     -> VMXNET3 device
>+                     -> VMware ESXi vSwitch
>+                     -> VMXNET3 device
>+                     -> Guest VM VMXNET3 port 0 rx burst
>+                     -> Guest VM 82599 VF port 1 tx burst
>+                     -> 82599 VF
>+                     -> Packet generator
>-- 
>1.8.1.4
>


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

* Re: [dpdk-dev] [PATCH] doc: fixed verbatim sections in vmxnet3 docs
  2015-04-13 21:11 ` Yong Wang
@ 2015-04-13 21:23   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2015-04-13 21:23 UTC (permalink / raw)
  To: John McNamara; +Cc: dev

> >Fixed two verbatim text sections in vmxnet3 docs.
> >
> >Signed-off-by: John McNamara <john.mcnamara@intel.com>
> 
> This patch looks good.
[...]
> Acked-by: Yong Wang <yongwang@vmware.com>

Applied, thanks

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

end of thread, other threads:[~2015-04-13 21:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-10 14:45 [dpdk-dev] [PATCH] doc: fixed verbatim sections in vmxnet3 docs John McNamara
2015-04-13 21:11 ` Yong Wang
2015-04-13 21:23   ` 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).