Searched refs:rx_pcap (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/pcap/ |
| H A D | pcap_ethdev.c | 99 pcap_t *rx_pcap[RTE_PMD_PCAP_MAX_QUEUES]; member 154 pcap_t *pcap = pp->rx_pcap[qid]; in queue_missed_stat_update() 286 pcap = pp->rx_pcap[pcap_q->queue_id]; in eth_pcap_rx() 617 pp->rx_pcap[0] = pp->tx_pcap[0]; in eth_dev_start() 643 if (pp->rx_pcap[i] != NULL) in eth_dev_start() 685 pp->rx_pcap[0] = NULL; in eth_dev_stop() 703 if (pp->rx_pcap[i] != NULL) { in eth_dev_stop() 705 pcap_close(pp->rx_pcap[i]); in eth_dev_stop() 706 pp->rx_pcap[i] = NULL; in eth_dev_stop() 892 pcap = &pp->rx_pcap[pcap_q->queue_id]; in eth_rx_queue_setup() [all …]
|
| /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' \
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | eal_args.include.rst | 70 --vdev 'net_pcap0,rx_pcap=input.pcap,tx_pcap=output.pcap'
|