API Reference Manual
1.46.0
|
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. | |
Packet input vector capabilities.
Definition at line 984 of file api/spec/packet_io_types.h.
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.
Definition at line 993 of file api/spec/packet_io_types.h.
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.
Definition at line 1004 of file api/spec/packet_io_types.h.