Home
last modified time | relevance | path

Searched defs:lcore_params (Results 1 – 8 of 8) sorted by relevance

/dpdk/examples/l3fwd-power/
H A Dmain.h10 struct __rte_cache_aligned lcore_params { struct
16 extern struct lcore_params *lcore_params; argument
H A Dmain.c243 struct lcore_params *lcore_params = lcore_params_array_default; global() variable
[all...]
/dpdk/app/graph/
H A Dethdev_rx_priv.h17 struct __rte_cache_aligned lcore_params { struct
18 uint16_t port_id;
19 uint8_t queue_id;
20 uint8_t lcore_id;
H A Dethdev_rx.c22 struct lcore_params *lcore_params = lcore_params_array; variable
/dpdk/examples/distributor/
H A Dmain.c215 struct lcore_params { struct
224 lcore_rx(struct lcore_params *p) in lcore_rx() argument
[all...]
/dpdk/examples/l3fwd/
H A Dmain.c99 struct __rte_cache_aligned lcore_params { global() struct
105 lcore_idlcore_params global() argument
118 static struct lcore_params * lcore_params = lcore_params_array_default; global() variable
776 uint8_t lcore_params = 0; parse_args() local
[all...]
/dpdk/examples/l3fwd-graph/
H A Dmain.c111 struct __rte_cache_aligned lcore_params { struct
117 static struct lcore_params lcore_params_array[MAX_LCORE_PARAMS]; argument
123 static struct lcore_params *lcore_params = lcore_params_array_default; variable
[all...]
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c221 struct __rte_cache_aligned lcore_params { struct
227 static struct lcore_params lcore_params_array[MAX_LCORE_PARAMS]; argument
229 static struct lcore_params *lcore_params; variable
[all...]