Home
last modified time | relevance | path

Searched defs:lcore_info (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/examples/vhost/
H A Dmain.h73 struct lcore_info { struct
74 uint32_t device_num;
77 volatile uint8_t dev_removal_flag;
79 struct vhost_dev_tailq_list vdev_list;
H A Dmain.c173 static struct lcore_info lcore_info[RTE_MAX_LCORE]; variable
/f-stack/dpdk/app/test-flow-perf/
H A Dmain.c84 struct lcore_info { struct
95 static struct lcore_info lcore_infos[MAX_LCORES]; argument