Searched refs:rx_pcap (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | pcap_ring.rst | 58 * rx_pcap: Defines a reception stream based on a pcap file. 62 rx_pcap=/path/to/file.pcap 109 …In case ``rx_pcap=`` configuration is set, user may want to use the selected PCAP file for rudimen… 112 --vdev 'net_pcap0,rx_pcap=file_rx.pcap,infinite_rx=1' 123 --vdev 'net_pcap0,rx_pcap=file_rx.pcap' 129 …without receiving any packets on Rx. This can be done by not providing a rx_pcap or rx_iface, for … 143 --vdev 'net_pcap0,rx_pcap=file_rx.pcap,tx_pcap=file_tx.pcap' \ 159 --vdev 'net_pcap0,rx_pcap=file_rx.pcap,tx_iface=eth1' \ 201 It is useful for the case where the rx_pcap is being used and no packets are meant to be discarded. 207 --vdev 'net_pcap0,rx_pcap=file_rx.pcap,tx_pcap=file_tx.pcap' \
|
| /f-stack/dpdk/drivers/net/pcap/ |
| H A D | rte_eth_pcap.c | 95 pcap_t *rx_pcap[RTE_PMD_PCAP_MAX_QUEUES]; member 236 pcap = pp->rx_pcap[pcap_q->queue_id]; in eth_pcap_rx() 560 pp->rx_pcap[0] = pp->tx_pcap[0]; in eth_dev_start() 586 if (pp->rx_pcap[i] != NULL) in eth_dev_start() 626 pp->rx_pcap[0] = NULL; in eth_dev_stop() 643 if (pp->rx_pcap[i] != NULL) { in eth_dev_stop() 644 pcap_close(pp->rx_pcap[i]); in eth_dev_stop() 645 pp->rx_pcap[i] = NULL; in eth_dev_stop() 817 pcap = &pp->rx_pcap[pcap_q->queue_id]; in eth_rx_queue_setup() 1285 pp->rx_pcap[i] = queue->pcap; in eth_from_pcaps_common() [all …]
|
| /f-stack/dpdk/doc/guides/linux_gsg/ |
| H A D | eal_args.include.rst | 70 --vdev 'net_pcap0,rx_pcap=input.pcap,tx_pcap=output.pcap'
|