DPDK
22.11.5
lib
eal
include
rte_errno.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright(c) 2010-2014 Intel Corporation
3
*/
4
11
#ifndef _RTE_ERRNO_H_
12
#define _RTE_ERRNO_H_
13
14
#ifdef __cplusplus
15
extern
"C"
{
16
#endif
17
18
#include <
rte_per_lcore.h
>
19
20
RTE_DECLARE_PER_LCORE
(
int
, _rte_errno);
29
#define rte_errno RTE_PER_LCORE(_rte_errno)
30
42
const
char
*
rte_strerror
(
int
errnum);
43
44
#ifndef __ELASTERROR
49
#define __ELASTERROR 1000
50
#endif
51
53
enum
{
54
RTE_MIN_ERRNO
=
__ELASTERROR
,
56
E_RTE_SECONDARY
,
57
E_RTE_NO_CONFIG
,
59
RTE_MAX_ERRNO
60
};
61
62
#ifdef __cplusplus
63
}
64
#endif
65
66
#endif
/* _RTE_ERRNO_H_ */
rte_strerror
const char * rte_strerror(int errnum)
E_RTE_NO_CONFIG
@ E_RTE_NO_CONFIG
Definition:
rte_errno.h:57
RTE_MAX_ERRNO
@ RTE_MAX_ERRNO
Definition:
rte_errno.h:59
RTE_MIN_ERRNO
@ RTE_MIN_ERRNO
Definition:
rte_errno.h:54
E_RTE_SECONDARY
@ E_RTE_SECONDARY
Definition:
rte_errno.h:56
RTE_DECLARE_PER_LCORE
RTE_DECLARE_PER_LCORE(int, _rte_errno)
__ELASTERROR
#define __ELASTERROR
Definition:
rte_errno.h:49
rte_per_lcore.h
Generated by
1.9.4