DPDK 22.11.5
|
#include <rte_event_eth_tx_adapter.h>
Data Fields | |
uint8_t | event_port_id |
uint32_t | max_nb_tx |
Adapter configuration structure
Definition at line 93 of file rte_event_eth_tx_adapter.h.
uint8_t event_port_id |
Event port identifier, the adapter service function dequeues mbuf events from this port.
Definition at line 94 of file rte_event_eth_tx_adapter.h.
uint32_t max_nb_tx |
The adapter can return early if it has processed at least max_nb_tx mbufs. This isn't treated as a requirement; batching may cause the adapter to process more than max_nb_tx mbufs.
Definition at line 99 of file rte_event_eth_tx_adapter.h.