]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/nics/pcap_ring.rst
net/igc: implement device base operations
[dpdk.git] / doc / guides / nics / pcap_ring.rst
index fb88fa64ede05c474f30b7f510241094369643f9..cf230ae40ac2722e08bd6bf7d8996b6cf7a7ee82 100644 (file)
@@ -126,6 +126,14 @@ Runtime Config Options
 
  In this case, one tx drop queue is created for each rxq on that device.
 
+ - Receive no packets on Rx
+
+ The user may want to run without receiving any packets on Rx. This can be done by not providing a rx_pcap or rx_iface, for example::
+
+   --vdev 'net_pcap0,tx_pcap=file_tx.pcap'
+
+In this case, one dummy rx queue is created for each tx queue argument passed
+
 Examples of Usage
 ^^^^^^^^^^^^^^^^^