34 #ifndef _RTE_LAUNCH_H_ 35 #define _RTE_LAUNCH_H_
int() lcore_function_t(void *)
void rte_eal_mp_wait_lcore(void)
int rte_eal_remote_launch(lcore_function_t *f, void *arg, unsigned slave_id)
int rte_eal_mp_remote_launch(lcore_function_t *f, void *arg, enum rte_rmt_call_master_t call_master)
enum rte_lcore_state_t rte_eal_get_lcore_state(unsigned slave_id)
int rte_eal_wait_lcore(unsigned slave_id)