[dpdk-stable] patch 'doc: fix tap guide' has been queued to LTS release 17.11.10

luca.boccassi at gmail.com luca.boccassi at gmail.com
Thu Dec 19 15:34:40 CET 2019


Hi,

FYI, your patch has been queued to LTS release 17.11.10

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

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Thanks.

Luca Boccassi

---
>From 78b1f8575248d0e391d0632abaec22ab73778e78 Mon Sep 17 00:00:00 2001
From: Andrzej Ostruszka <aostruszka at marvell.com>
Date: Thu, 21 Nov 2019 14:27:01 +0100
Subject: [PATCH] doc: fix tap guide

[ upstream commit 781088dad55b840e04e699071d443f9ecfc208b3 ]

Corrected one typo and IP address according RFC5735.

Fixes: de96fe68ae95 ("net/tap: add basic flow API patterns and actions")

Signed-off-by: Andrzej Ostruszka <aostruszka at marvell.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>
---
 doc/guides/nics/tap.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/guides/nics/tap.rst b/doc/guides/nics/tap.rst
index 04086b1101..a85921acbb 100644
--- a/doc/guides/nics/tap.rst
+++ b/doc/guides/nics/tap.rst
@@ -102,7 +102,7 @@ Please change the IP addresses as you see fit.
 
 If routing is enabled on the host you can also communicate with the DPDK App
 over the internet via a standard socket layer application as long as you
-account for the protocol handing in the application.
+account for the protocol handling in the application.
 
 If you have a Network Stack in your DPDK application or something like it you
 can utilize that stack to handle the network protocols. Plus you would be able
@@ -146,9 +146,9 @@ As rules are translated to TC, it is possible to show them with something like::
 Examples of testpmd flow rules
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-Drop packets for destination IP 192.168.0.1::
+Drop packets for destination IP 192.0.2.1::
 
-   testpmd> flow create 0 priority 1 ingress pattern eth / ipv4 dst is 1.1.1.1 \
+   testpmd> flow create 0 priority 1 ingress pattern eth / ipv4 dst is 192.0.2.1 \
             / end actions drop / end
 
 Ensure packets from a given MAC address are received on a queue 2::
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-12-19 14:32:31.616584558 +0000
+++ 0133-doc-fix-tap-guide.patch	2019-12-19 14:32:26.341302504 +0000
@@ -1,12 +1,13 @@
-From 781088dad55b840e04e699071d443f9ecfc208b3 Mon Sep 17 00:00:00 2001
+From 78b1f8575248d0e391d0632abaec22ab73778e78 Mon Sep 17 00:00:00 2001
 From: Andrzej Ostruszka <aostruszka at marvell.com>
 Date: Thu, 21 Nov 2019 14:27:01 +0100
 Subject: [PATCH] doc: fix tap guide
 
+[ upstream commit 781088dad55b840e04e699071d443f9ecfc208b3 ]
+
 Corrected one typo and IP address according RFC5735.
 
 Fixes: de96fe68ae95 ("net/tap: add basic flow API patterns and actions")
-Cc: stable at dpdk.org
 
 Signed-off-by: Andrzej Ostruszka <aostruszka at marvell.com>
 Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>
@@ -15,10 +16,10 @@
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 diff --git a/doc/guides/nics/tap.rst b/doc/guides/nics/tap.rst
-index 85c7b895ae..7e44f84620 100644
+index 04086b1101..a85921acbb 100644
 --- a/doc/guides/nics/tap.rst
 +++ b/doc/guides/nics/tap.rst
-@@ -76,7 +76,7 @@ Please change the IP addresses as you see fit.
+@@ -102,7 +102,7 @@ Please change the IP addresses as you see fit.
  
  If routing is enabled on the host you can also communicate with the DPDK App
  over the internet via a standard socket layer application as long as you
@@ -27,7 +28,7 @@
  
  If you have a Network Stack in your DPDK application or something like it you
  can utilize that stack to handle the network protocols. Plus you would be able
-@@ -132,9 +132,9 @@ As rules are translated to TC, it is possible to show them with something like::
+@@ -146,9 +146,9 @@ As rules are translated to TC, it is possible to show them with something like::
  Examples of testpmd flow rules
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  


More information about the stable mailing list