[dpdk-stable] patch 'doc: fix typo in pcap guide' has been queued to stable release 19.11.6

luca.boccassi at gmail.com luca.boccassi at gmail.com
Wed Oct 28 11:45:38 CET 2020


Hi,

FYI, your patch has been queued to stable release 19.11.6

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 10/30/20. 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 c6ac3ee9787e56f76a30692efb0904d874f4ad48 Mon Sep 17 00:00:00 2001
From: Sarosh Arif <sarosh.arif at emumba.com>
Date: Wed, 14 Oct 2020 17:23:41 +0500
Subject: [PATCH] doc: fix typo in pcap guide

[ upstream commit a09272436e5a60d9dedd901ecf261daade69fb90 ]

Changed "net_pcap1;" to "net_pcap1," in order to make the command
correct.

Fixes: 53bf48403409 ("net/pcap: capture only ingress packets from Rx iface")

Signed-off-by: Sarosh Arif <sarosh.arif at emumba.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>
---
 doc/guides/nics/pcap_ring.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/nics/pcap_ring.rst b/doc/guides/nics/pcap_ring.rst
index cf230ae40a..8fdb49179a 100644
--- a/doc/guides/nics/pcap_ring.rst
+++ b/doc/guides/nics/pcap_ring.rst
@@ -166,7 +166,7 @@ Forward packets through two network interfaces:
 .. code-block:: console
 
     $RTE_TARGET/app/testpmd -l 0-3 -n 4 \
-        --vdev 'net_pcap0,iface=eth0' --vdev='net_pcap1;iface=eth1'
+        --vdev 'net_pcap0,iface=eth0' --vdev='net_pcap1,iface=eth1'
 
 Enable 2 tx queues on a network interface:
 
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-10-28 10:35:17.267487672 +0000
+++ 0179-doc-fix-typo-in-pcap-guide.patch	2020-10-28 10:35:11.784834145 +0000
@@ -1,13 +1,14 @@
-From a09272436e5a60d9dedd901ecf261daade69fb90 Mon Sep 17 00:00:00 2001
+From c6ac3ee9787e56f76a30692efb0904d874f4ad48 Mon Sep 17 00:00:00 2001
 From: Sarosh Arif <sarosh.arif at emumba.com>
 Date: Wed, 14 Oct 2020 17:23:41 +0500
 Subject: [PATCH] doc: fix typo in pcap guide
 
+[ upstream commit a09272436e5a60d9dedd901ecf261daade69fb90 ]
+
 Changed "net_pcap1;" to "net_pcap1," in order to make the command
 correct.
 
 Fixes: 53bf48403409 ("net/pcap: capture only ingress packets from Rx iface")
-Cc: stable at dpdk.org
 
 Signed-off-by: Sarosh Arif <sarosh.arif at emumba.com>
 Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>


More information about the stable mailing list