DPDK 22.11.5
|
#include <rte_event_eth_rx_adapter.h>
Data Fields | |
uint8_t | event_port_id |
uint32_t | max_nb_rx |
Adapter configuration structure that the adapter configuration callback function is expected to fill out
Definition at line 112 of file rte_event_eth_rx_adapter.h.
uint8_t event_port_id |
Event port identifier, the adapter enqueues mbuf events to this port.
Definition at line 113 of file rte_event_eth_rx_adapter.h.
uint32_t max_nb_rx |
The adapter can return early if it has processed at least max_nb_rx mbufs. This isn't treated as a requirement; batching may cause the adapter to process more than max_nb_rx mbufs.
Definition at line 117 of file rte_event_eth_rx_adapter.h.