API Reference Manual 1.51.0
Loading...
Searching...
No Matches
api/abi-default/packet_io_types.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright (c) 2015-2018 Linaro Limited
3 * Copyright (c) 2020-2023 Nokia
4 */
5
12#ifndef ODP_ABI_PACKET_IO_TYPES_H_
13#define ODP_ABI_PACKET_IO_TYPES_H_
14
15#include <odp/api/std_types.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
22typedef struct { char dummy; } _odp_abi_pktio_t;
23
25typedef struct { char dummy; } _odp_abi_lso_profile_t;
26
33
36
37#define ODP_PKTIO_INVALID ((odp_pktio_t)0)
38#define ODP_LSO_PROFILE_INVALID ((odp_lso_profile_t)0)
39
40#define ODP_PKTIO_MAX_INDEX 63
41
42#define ODP_PKTIO_MACADDR_MAXSIZE 16
43
44#define ODP_PKTIN_NO_WAIT 0
45
46#define ODP_PKTIN_MAX_QUEUES 64
47
48#define ODP_PKTOUT_MAX_QUEUES 64
49
50#define ODP_PKTIO_STATS_EXTRA_NAME_LEN 64
51
61
67
68#ifdef __cplusplus
69}
70#endif
71
72#endif
Standard C language types and definitions for ODP.
_odp_abi_lso_profile_t * odp_lso_profile_t
LSO profile handle.
_odp_abi_pktio_t * odp_pktio_t
Packet IO handle.