DOKK / manpages / debian 13 / dpdk-doc / rte_eth_rxseg_capa.3.en
rte_eth_rxseg_capa(3) Library Functions Manual rte_eth_rxseg_capa(3)

rte_eth_rxseg_capa

#include <rte_ethdev.h>


__extension__ uint32_t multi_pools:1
uint32_t offset_allowed:1
uint32_t offset_align_log2:4
uint16_t max_nseg
uint16_t reserved

Warning

EXPERIMENTAL: this structure may change without prior notice.

Ethernet device Rx buffer segmentation capabilities.

Definition at line 1723 of file rte_ethdev.h.

Supports receiving to multiple pools.

Definition at line 1725 of file rte_ethdev.h.

Supports buffer offsets.

Definition at line 1726 of file rte_ethdev.h.

Required offset alignment.

Definition at line 1727 of file rte_ethdev.h.

Maximum amount of segments to split.

Definition at line 1728 of file rte_ethdev.h.

Reserved field.

Definition at line 1729 of file rte_ethdev.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK