API Reference Manual  1.45.1
odp_pktin_vector_capability_t Struct Reference

Packet input vector capabilities. More...

#include <packet_io_types.h>

Data Fields

odp_support_t supported
 Packet input vector availability.
 
uint32_t max_size
 Maximum number of packets that can be accumulated into a packet vector by a producer. More...
 
uint32_t min_size
 Minimum value allowed to be configured to odp_pktin_vector_config_t::max_size.
 
uint64_t max_tmo_ns
 Maximum timeout in nanoseconds for the producer to wait for the vector of packets. More...
 
uint64_t min_tmo_ns
 Minimum value allowed to be configured to odp_pktin_vector_config_t::max_tmo_ns.
 

Detailed Description

Packet input vector capabilities.

Definition at line 896 of file api/spec/packet_io_types.h.

Field Documentation

◆ max_size

uint32_t odp_pktin_vector_capability_t::max_size

Maximum number of packets that can be accumulated into a packet vector by a producer.

odp_pktin_vector_config_t::max_size should not be greater than this value.

Examples
odp_l2fwd.c, and odp_sysinfo.c.

Definition at line 905 of file api/spec/packet_io_types.h.

◆ max_tmo_ns

uint64_t odp_pktin_vector_capability_t::max_tmo_ns

Maximum timeout in nanoseconds for the producer to wait for the vector of packets.

odp_pktin_vector_config_t::max_tmo_ns should not be greater than this value.

Examples
odp_ipsec.c, odp_l2fwd.c, and odp_sysinfo.c.

Definition at line 916 of file api/spec/packet_io_types.h.


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