DPDK 22.11.5
|
#include <rte_ethdev.h>
Data Fields | |
uint64_t | flags |
char | info [RTE_ETH_BURST_MODE_INFO_SIZE] |
Ethernet device Rx/Tx queue packet burst mode information structure. Used to retrieve information about packet burst mode setting.
Definition at line 1834 of file rte_ethdev.h.
uint64_t flags |
The ORed values of RTE_ETH_BURST_FLAG_xxx
Definition at line 1835 of file rte_ethdev.h.
char info[RTE_ETH_BURST_MODE_INFO_SIZE] |
burst mode information
Definition at line 1838 of file rte_ethdev.h.