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 <sarosh.arif@emumba.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
fbd8947cdf
commit
a09272436e
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user