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
163 #define RTE_MP_MAX_FD_NUM 8
164 #define RTE_MP_MAX_NAME_LEN 64
165 #define RTE_MP_MAX_PARAM_LEN 256
167 char name[RTE_MP_MAX_NAME_LEN];
170 uint8_t param[RTE_MP_MAX_PARAM_LEN];
171 int fds[RTE_MP_MAX_FD_NUM];
177 struct rte_mp_msg *msgs;
193 typedef int (*
rte_mp_t)(
const struct rte_mp_msg *msg,
const void *peer);
314 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)
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)
enum rte_proc_type_t rte_eal_process_type(void)
#define RTE_DEFINE_PER_LCORE(type, name)
__rte_experimental int rte_mp_request_sync(struct rte_mp_msg *req, struct rte_mp_reply *reply, const struct timespec *ts)
int rte_eal_cleanup(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)
static int rte_gettid(void)
int rte_eal_iopl_init(void)