|
API Reference Manual 1.51.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. | |
| 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. | |
| 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 992 of file api/spec/packet_io_types.h.
| odp_support_t odp_pktin_vector_capability_t::supported |
Packet input vector availability.
Definition at line 994 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 1001 of file api/spec/packet_io_types.h.
| uint32_t odp_pktin_vector_capability_t::min_size |
Minimum value allowed to be configured to odp_pktin_vector_config_t::max_size.
Definition at line 1005 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 1012 of file api/spec/packet_io_types.h.
| uint64_t odp_pktin_vector_capability_t::min_tmo_ns |
Minimum value allowed to be configured to odp_pktin_vector_config_t::max_tmo_ns.
Definition at line 1016 of file api/spec/packet_io_types.h.