Home
last modified time | relevance | path

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

/dpdk/examples/l3fwd-power/
H A Dmain.h10 struct lcore_params { struct
16 extern struct lcore_params *lcore_params; argument
18 extern struct lcore_params lcore_params_array[];
H A Dperf_core.c104 lcore_params = lcore_params_array; in update_lcore_params()
109 printf("\t(%d,%d,%d)\n", lcore_params[i].port_id, in update_lcore_params()
110 lcore_params[i].queue_id, in update_lcore_params()
111 lcore_params[i].lcore_id); in update_lcore_params()
H A Dmain.c247 struct lcore_params *lcore_params = lcore_params_array_default; variable
1519 queue = lcore_params[i].queue_id; in check_lcore_params()
1524 lcore = lcore_params[i].lcore_id; in check_lcore_params()
1551 portid = lcore_params[i].port_id; in check_port_config()
1573 if (lcore_params[i].port_id == port && in get_port_n_rx_queues()
1574 lcore_params[i].queue_id > queue) in get_port_n_rx_queues()
1575 queue = lcore_params[i].queue_id; in get_port_n_rx_queues()
1587 lcore = lcore_params[i].lcore_id; in init_lcore_rx_queues()
1595 lcore_params[i].port_id; in init_lcore_rx_queues()
1597 lcore_params[i].queue_id; in init_lcore_rx_queues()
[all …]
/dpdk/examples/l3fwd-graph/
H A Dmain.c97 struct lcore_params { struct
109 static struct lcore_params *lcore_params = lcore_params_array_default; variable
159 queue = lcore_params[i].queue_id; in check_lcore_params()
164 lcore = lcore_params[i].lcore_id; in check_lcore_params()
192 portid = lcore_params[i].port_id; in check_port_config()
215 queue = lcore_params[i].queue_id; in get_port_n_rx_queues()
220 lcore_params[i].port_id); in get_port_n_rx_queues()
234 lcore = lcore_params[i].lcore_id; in init_lcore_rx_queues()
244 lcore_params[i].port_id; in init_lcore_rx_queues()
246 lcore_params[i].queue_id; in init_lcore_rx_queues()
[all …]
/dpdk/examples/l3fwd/
H A Dmain.c98 struct lcore_params { struct
117 static struct lcore_params * lcore_params = lcore_params_array_default; variable
278 queue = lcore_params[i].queue_id; in check_lcore_params()
283 lcore = lcore_params[i].lcore_id; in check_lcore_params()
304 portid = lcore_params[i].port_id; in check_port_config()
330 lcore_params[i].port_id); in get_port_n_rx_queues()
343 lcore = lcore_params[i].lcore_id; in init_lcore_rx_queues()
351 lcore_params[i].port_id; in init_lcore_rx_queues()
353 lcore_params[i].queue_id; in init_lcore_rx_queues()
744 uint8_t lcore_params = 0; in parse_args() local
[all …]
/dpdk/examples/distributor/
H A Dmain.c212 struct lcore_params { struct
221 lcore_rx(struct lcore_params *p) in lcore_rx() argument
346 lcore_distributor(struct lcore_params *p) in lcore_distributor()
566 lcore_worker(struct lcore_params *p) in lcore_worker()
875 struct lcore_params *p = in main()
879 *p = (struct lcore_params){worker_id++, d, rx_dist_ring, in main()
891 struct lcore_params *pd = in main()
895 *pd = (struct lcore_params){worker_id++, d, in main()
902 struct lcore_params *pr = in main()
906 *pr = (struct lcore_params){worker_id++, d, rx_dist_ring, in main()
/dpdk/examples/l3fwd-acl/
H A Dmain.c101 struct lcore_params { struct
120 static struct lcore_params *lcore_params = lcore_params_array_default; variable
1535 queue = lcore_params[i].queue_id; in check_lcore_params()
1540 lcore = lcore_params[i].lcore_id; in check_lcore_params()
1563 portid = lcore_params[i].port_id; in check_port_config()
1585 lcore_params[i].queue_id > queue) in get_port_n_rx_queues()
1586 queue = lcore_params[i].queue_id; in get_port_n_rx_queues()
1598 lcore = lcore_params[i].lcore_id; in init_lcore_rx_queues()
1606 lcore_params[i].port_id; in init_lcore_rx_queues()
1608 lcore_params[i].queue_id; in init_lcore_rx_queues()
[all …]
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c213 struct lcore_params { struct
221 static struct lcore_params *lcore_params; variable
1362 if (lcore_params == NULL) { in check_poll_mode_params()
1368 lcore = lcore_params[i].lcore_id; in check_poll_mode_params()
1380 portid = lcore_params[i].port_id; in check_poll_mode_params()
1414 lcore = lcore_params[i].lcore_id; in init_lcore_rx_queues()
1422 lcore_params[i].port_id; in init_lcore_rx_queues()
1424 lcore_params[i].queue_id; in init_lcore_rx_queues()
2204 &lcore_params[idx])) in cryptodevs_init()
2760 lc = lcore_params[i].lcore_id; in reassemble_init()
[all …]