#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <errno.h>
#include <sys/queue.h>
static int
{
unsigned lcore_id;
printf("hello from core %u\n", lcore_id);
return 0;
}
int
main(int argc, char **argv)
{
int ret;
unsigned lcore_id;
if (ret < 0)
}
lcore_hello(NULL);
return 0;
}
int rte_eal_init(int argc, char **argv)
int rte_eal_cleanup(void)
int rte_eal_remote_launch(lcore_function_t *f, void *arg, unsigned worker_id)
void rte_eal_mp_wait_lcore(void)
#define RTE_LCORE_FOREACH_WORKER(i)
static unsigned rte_lcore_id(void)