DPDK 26.07.0-rc1
Data Fields
rte_eth_rxseg_capa Struct Reference

#include <rte_ethdev.h>

Data Fields

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

Detailed Description

Warning
EXPERIMENTAL: this structure may change without prior notice.

Ethernet device Rx buffer segmentation capabilities.

See also
rte_eth_rxseg_split

Definition at line 1768 of file rte_ethdev.h.

Field Documentation

◆ multi_pools

__extension__ uint32_t multi_pools

Supports receiving to multiple pools.

Definition at line 1770 of file rte_ethdev.h.

◆ offset_allowed

uint32_t offset_allowed

Supports buffer offsets.

Definition at line 1771 of file rte_ethdev.h.

◆ offset_align_log2

uint32_t offset_align_log2

Required offset alignment.

Definition at line 1772 of file rte_ethdev.h.

◆ selective_rx

uint32_t selective_rx

Supports discarding segment.

Definition at line 1773 of file rte_ethdev.h.

◆ max_nseg

uint16_t max_nseg

Maximum amount of segments to split.

Definition at line 1774 of file rte_ethdev.h.

◆ reserved

uint16_t reserved

Reserved field.

Definition at line 1775 of file rte_ethdev.h.


The documentation for this struct was generated from the following file: