DPDK  24.03.0
Data Fields
rte_event_eth_rx_adapter_vector_limits Struct Reference

#include <rte_event_eth_rx_adapter.h>

Data Fields

uint16_t min_sz
 
uint16_t max_sz
 
uint8_t log2_sz
 
uint64_t min_timeout_ns
 
uint64_t max_timeout_ns
 

Detailed Description

A structure used to retrieve eth rx adapter vector limits.

Examples:
examples/ipsec-secgw/event_helper.c.

Definition at line 272 of file rte_event_eth_rx_adapter.h.

Field Documentation

◆ min_sz

uint16_t min_sz

Minimum vector limit configurable.

See also
rte_event_eth_rx_adapter_event_vector_config::vector_sz
Examples:
examples/ipsec-secgw/event_helper.c.

Definition at line 273 of file rte_event_eth_rx_adapter.h.

◆ max_sz

uint16_t max_sz

Maximum vector limit configurable.

See also
rte_event_eth_rx_adapter_event_vector_config::vector_sz
Examples:
examples/ipsec-secgw/event_helper.c.

Definition at line 277 of file rte_event_eth_rx_adapter.h.

◆ log2_sz

uint8_t log2_sz

True if the size configured should be in log2.

See also
rte_event_eth_rx_adapter_event_vector_config::vector_sz
Examples:
examples/ipsec-secgw/event_helper.c.

Definition at line 281 of file rte_event_eth_rx_adapter.h.

◆ min_timeout_ns

uint64_t min_timeout_ns

Minimum vector timeout configurable.

See also
rte_event_eth_rx_adapter_event_vector_config::vector_timeout_ns
Examples:
examples/ipsec-secgw/event_helper.c.

Definition at line 285 of file rte_event_eth_rx_adapter.h.

◆ max_timeout_ns

uint64_t max_timeout_ns

Maximum vector timeout configurable.

See also
rte_event_eth_rx_adapter_event_vector_config::vector_timeout_ns
Examples:
examples/ipsec-secgw/event_helper.c.

Definition at line 289 of file rte_event_eth_rx_adapter.h.


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