From a09272436e5a60d9dedd901ecf261daade69fb90 Mon Sep 17 00:00:00 2001 From: Sarosh Arif Date: Wed, 14 Oct 2020 17:23:41 +0500 Subject: [PATCH] doc: fix typo in pcap guide 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 Reviewed-by: Ferruh Yigit --- 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