14 #include <rte_config.h> 23 #define LCORE_ID_ANY UINT32_MAX 25 RTE_DECLARE_PER_LCORE(unsigned, _lcore_id); 26 RTE_DECLARE_PER_LCORE(rte_cpuset_t, _cpuset); 36 enum rte_lcore_role_t rte_eal_lcore_role(unsigned int lcore_id); 50 static inline unsigned 195 #define RTE_LCORE_FOREACH(i) \ 196 for (i = rte_get_next_lcore(-1, 0, 0); \ 198 i = rte_get_next_lcore(i, 0, 0)) 203 #define RTE_LCORE_FOREACH_SLAVE(i) \ 204 for (i = rte_get_next_lcore(-1, 1, 0); \ 206 i = rte_get_next_lcore(i, 1, 0)) 267 const pthread_attr_t *attr,
268 void *(*start_routine)(
void *),
void *arg);
void rte_thread_get_affinity(rte_cpuset_t *cpusetp)
int rte_thread_setname(pthread_t id, const char *name)
unsigned int rte_lcore_count(void)
int rte_lcore_has_role(unsigned int lcore_id, enum rte_lcore_role_t role)
unsigned int rte_socket_count(void)
unsigned int rte_lcore_to_socket_id(unsigned int lcore_id)
unsigned int rte_socket_id(void)
__rte_experimental rte_cpuset_t rte_lcore_cpuset(unsigned int lcore_id)
static unsigned rte_lcore_id(void)
int rte_socket_id_by_idx(unsigned int idx)
__rte_experimental int rte_lcore_to_cpu_id(int lcore_id)
int rte_lcore_index(int lcore_id)
int rte_ctrl_thread_create(pthread_t *thread, const char *name, const pthread_attr_t *attr, void *(*start_routine)(void *), void *arg)
int rte_lcore_is_enabled(unsigned int lcore_id)
#define RTE_PER_LCORE(name)
unsigned int rte_get_master_lcore(void)
int rte_thread_set_affinity(rte_cpuset_t *cpusetp)
unsigned int rte_get_next_lcore(unsigned int i, int skip_master, int wrap)