18 #include <rte_config.h>
19 #include <rte_compat.h>
23 #include <rte_pci_dev_feature_defs.h>
29 #define RTE_MAGIC 19820526
32 #define RTE_MAX_THREAD_NAME_LEN 16
76 } __attribute__((__packed__));
206 #define RTE_MP_MAX_FD_NUM 8
207 #define RTE_MP_MAX_NAME_LEN 64
208 #define RTE_MP_MAX_PARAM_LEN 256
210 char name[RTE_MP_MAX_NAME_LEN];
213 uint8_t param[RTE_MP_MAX_PARAM_LEN];
214 int fds[RTE_MP_MAX_FD_NUM];
220 struct rte_mp_msg *msgs;
236 typedef int (*
rte_mp_t)(
const struct rte_mp_msg *msg,
const void *peer);
357 const struct timespec *ts);
__rte_experimental int rte_mp_action_register(const char *name, rte_mp_t action)
enum rte_iova_mode rte_eal_iova_mode(void)
__rte_experimental void rte_mp_action_unregister(const char *name)
enum rte_lcore_role_t rte_eal_lcore_role(unsigned lcore_id)
int(* rte_mp_async_reply_t)(const struct rte_mp_msg *request, const struct rte_mp_reply *reply)
int rte_eal_create_uio_dev(void)
int rte_eal_has_hugepages(void)
__rte_experimental int rte_mp_sendmsg(struct rte_mp_msg *msg)
enum rte_intr_mode rte_eal_vfio_intr_mode(void)
const char * rte_eal_mbuf_user_pool_ops(void)
const char * rte_eal_get_runtime_dir(void)
uint32_t numa_nodes[RTE_MAX_NUMA_NODES]
enum rte_proc_type_t rte_eal_process_type(void)
uint32_t service_lcore_count
#define RTE_DEFINE_PER_LCORE(type, name)
enum rte_iova_mode iova_mode
struct rte_mem_config * mem_config
__rte_experimental int rte_mp_request_sync(struct rte_mp_msg *req, struct rte_mp_reply *reply, const struct timespec *ts)
enum rte_lcore_role_t lcore_role[RTE_MAX_LCORE]
int rte_eal_cleanup(void)
struct rte_config * rte_eal_get_configuration(void)
void(* rte_usage_hook_t)(const char *prgname)
int rte_eal_primary_proc_alive(const char *config_file_path)
rte_usage_hook_t rte_set_application_usage_hook(rte_usage_hook_t usage_func)
#define RTE_PER_LCORE(name)
__rte_experimental int rte_mp_reply(struct rte_mp_msg *msg, const char *peer)
__rte_experimental int rte_mp_request_async(struct rte_mp_msg *req, const struct timespec *ts, rte_mp_async_reply_t clb)
int rte_eal_init(int argc, char **argv)
int(* rte_mp_t)(const struct rte_mp_msg *msg, const void *peer)
int rte_eal_has_pci(void)
enum rte_proc_type_t process_type
static int rte_gettid(void)
int rte_eal_iopl_init(void)