DPDK 22.11.5
|
#include <rte_ethdev.h>
Data Fields | |
__extension__ uint32_t | multi_pools:1 |
uint32_t | offset_allowed:1 |
uint32_t | offset_align_log2:4 |
uint16_t | max_nseg |
uint16_t | reserved |
Ethernet device Rx buffer segmentation capabilities.
Definition at line 1666 of file rte_ethdev.h.
__extension__ uint32_t multi_pools |
Supports receiving to multiple pools.
Definition at line 1668 of file rte_ethdev.h.
uint32_t offset_allowed |
Supports buffer offsets.
Definition at line 1669 of file rte_ethdev.h.
uint32_t offset_align_log2 |
Required offset alignment.
Definition at line 1670 of file rte_ethdev.h.
uint16_t max_nseg |
Maximum amount of segments to split.
Definition at line 1671 of file rte_ethdev.h.
uint16_t reserved |
Reserved field.
Definition at line 1672 of file rte_ethdev.h.