Home
last modified time | relevance | path

Searched refs:lcore_params_array_default (Results 1 – 4 of 4) sorted by relevance

/dpdk/examples/l3fwd/
H A Dmain.c105 static struct lcore_params lcore_params_array_default[] = { variable
117 static struct lcore_params * lcore_params = lcore_params_array_default;
118 static uint16_t nb_lcore_params = sizeof(lcore_params_array_default) /
119 sizeof(lcore_params_array_default[0]);
/dpdk/examples/l3fwd-graph/
H A Dmain.c104 static struct lcore_params lcore_params_array_default[] = { variable
109 static struct lcore_params *lcore_params = lcore_params_array_default;
110 static uint16_t nb_lcore_params = RTE_DIM(lcore_params_array_default);
/dpdk/examples/l3fwd-acl/
H A Dmain.c108 static struct lcore_params lcore_params_array_default[] = { variable
120 static struct lcore_params *lcore_params = lcore_params_array_default;
121 static uint16_t nb_lcore_params = sizeof(lcore_params_array_default) /
122 sizeof(lcore_params_array_default[0]);
/dpdk/examples/l3fwd-power/
H A Dmain.c235 static struct lcore_params lcore_params_array_default[] = { variable
247 struct lcore_params *lcore_params = lcore_params_array_default;
248 uint16_t nb_lcore_params = RTE_DIM(lcore_params_array_default);