doc: fix typing error

Message ID 20201014122341.48434-1-sarosh.arif@emumba.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series doc: fix typing error |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/travis-robot success Travis build: passed

Commit Message

Sarosh Arif Oct. 14, 2020, 12:23 p.m. UTC
  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@emumba.com>
---
 doc/guides/nics/pcap_ring.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Ferruh Yigit Oct. 14, 2020, 1:04 p.m. UTC | #1
On 10/14/2020 1:23 PM, Sarosh Arif wrote:
> 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@dpdk.org

> Signed-off-by: Sarosh Arif <sarosh.arif@emumba.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Updated title as: "doc: fix typo in pcap guide"

Applied to dpdk-next-net/main, thanks.
  

Patch

diff --git a/doc/guides/nics/pcap_ring.rst b/doc/guides/nics/pcap_ring.rst
index cf230ae40..8fdb49179 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: