Searched refs:lcore_params (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/examples/l3fwd-power/ |
| H A D | main.h | 10 struct lcore_params { struct 16 extern struct lcore_params *lcore_params; argument 18 extern struct lcore_params lcore_params_array[];
|
| H A D | perf_core.c | 104 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 D | main.c | 243 struct lcore_params *lcore_params = lcore_params_array_default; variable 1505 queue = lcore_params[i].queue_id; in check_lcore_params() 1510 lcore = lcore_params[i].lcore_id; in check_lcore_params() 1537 portid = lcore_params[i].port_id; in check_port_config() 1559 if (lcore_params[i].port_id == port && in get_port_n_rx_queues() 1560 lcore_params[i].queue_id > queue) in get_port_n_rx_queues() 1561 queue = lcore_params[i].queue_id; in get_port_n_rx_queues() 1573 lcore = lcore_params[i].lcore_id; in init_lcore_rx_queues() 1581 lcore_params[i].port_id; in init_lcore_rx_queues() 1583 lcore_params[i].queue_id; in init_lcore_rx_queues() [all …]
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | main.c | 92 struct lcore_params { struct 111 static struct lcore_params * lcore_params = lcore_params_array_default; variable 189 queue = lcore_params[i].queue_id; in check_lcore_params() 194 lcore = lcore_params[i].lcore_id; in check_lcore_params() 215 portid = lcore_params[i].port_id; in check_port_config() 241 lcore_params[i].port_id); in get_port_n_rx_queues() 254 lcore = lcore_params[i].lcore_id; in init_lcore_rx_queues() 262 lcore_params[i].port_id; in init_lcore_rx_queues() 264 lcore_params[i].queue_id; in init_lcore_rx_queues() 565 uint8_t lcore_params = 0; in parse_args() local [all …]
|
| /f-stack/dpdk/examples/l3fwd-graph/ |
| H A D | main.c | 97 struct lcore_params { struct 109 static struct lcore_params *lcore_params = lcore_params_array_default; variable 158 queue = lcore_params[i].queue_id; in check_lcore_params() 163 lcore = lcore_params[i].lcore_id; in check_lcore_params() 191 portid = lcore_params[i].port_id; in check_port_config() 214 queue = lcore_params[i].queue_id; in get_port_n_rx_queues() 219 lcore_params[i].port_id); in get_port_n_rx_queues() 233 lcore = lcore_params[i].lcore_id; in init_lcore_rx_queues() 243 lcore_params[i].port_id; in init_lcore_rx_queues() 245 lcore_params[i].queue_id; in init_lcore_rx_queues() [all …]
|
| /f-stack/dpdk/examples/distributor/ |
| H A D | main.c | 216 struct lcore_params { struct 225 lcore_rx(struct lcore_params *p) in lcore_rx() argument 350 lcore_distributor(struct lcore_params *p) in lcore_distributor() 570 lcore_worker(struct lcore_params *p) in lcore_worker() 879 struct lcore_params *p = in main() 883 *p = (struct lcore_params){worker_id++, d, rx_dist_ring, in main() 895 struct lcore_params *pd = in main() 899 *pd = (struct lcore_params){worker_id++, d, in main() 906 struct lcore_params *pr = in main() 910 *pr = (struct lcore_params){worker_id++, d, rx_dist_ring, in main()
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.c | 196 struct lcore_params { struct 204 static struct lcore_params *lcore_params; variable 1288 if (lcore_params == NULL) { in check_poll_mode_params() 1294 lcore = lcore_params[i].lcore_id; in check_poll_mode_params() 1306 portid = lcore_params[i].port_id; in check_poll_mode_params() 1340 lcore = lcore_params[i].lcore_id; in init_lcore_rx_queues() 1348 lcore_params[i].port_id; in init_lcore_rx_queues() 1350 lcore_params[i].queue_id; in init_lcore_rx_queues() 2074 &lcore_params[idx])) in cryptodevs_init() 2608 lc = lcore_params[i].lcore_id; in reassemble_init() [all …]
|
| /f-stack/dpdk/examples/l3fwd-acl/ |
| H A D | main.c | 102 struct lcore_params { struct 121 static struct lcore_params *lcore_params = lcore_params_array_default; variable 1523 queue = lcore_params[i].queue_id; in check_lcore_params() 1528 lcore = lcore_params[i].lcore_id; in check_lcore_params() 1551 portid = lcore_params[i].port_id; in check_port_config() 1573 lcore_params[i].queue_id > queue) in get_port_n_rx_queues() 1574 queue = lcore_params[i].queue_id; in get_port_n_rx_queues() 1586 lcore = lcore_params[i].lcore_id; in init_lcore_rx_queues() 1594 lcore_params[i].port_id; in init_lcore_rx_queues() 1596 lcore_params[i].queue_id; in init_lcore_rx_queues() [all …]
|