| /dpdk/examples/l2fwd-jobstats/ |
| H A D | main.c | 70 struct lcore_queue_conf { struct 87 struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE]; argument 132 struct lcore_queue_conf *qconf = &lcore_queue_conf[lcore_id]; in show_lcore_stats() 389 struct lcore_queue_conf *qconf = &lcore_queue_conf[lcore_id]; in l2fwd_fwd_job() 442 struct lcore_queue_conf *qconf; in l2fwd_flush_job() 449 qconf = &lcore_queue_conf[lcore_id]; in l2fwd_flush_job() 455 qconf = &lcore_queue_conf[lcore_id]; in l2fwd_flush_job() 483 struct lcore_queue_conf *qconf; in l2fwd_main_loop() 488 qconf = &lcore_queue_conf[lcore_id]; in l2fwd_main_loop() 754 struct lcore_queue_conf *qconf; in main() [all …]
|
| /dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_poll.c | 35 struct lcore_queue_conf *qconf; in l2fwd_poll_main_loop() 46 qconf = &poll_rsrc->lcore_queue_conf[lcore_id]; in l2fwd_poll_main_loop() 110 struct lcore_queue_conf *qconf = NULL; in l2fwd_poll_lcore_config() 123 poll_rsrc->lcore_queue_conf[rx_lcore_id].n_rx_port == in l2fwd_poll_lcore_config() 130 if (qconf != &poll_rsrc->lcore_queue_conf[rx_lcore_id]) { in l2fwd_poll_lcore_config() 132 qconf = &poll_rsrc->lcore_queue_conf[rx_lcore_id]; in l2fwd_poll_lcore_config()
|
| H A D | l2fwd_poll.h | 12 struct lcore_queue_conf { struct 20 struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE]; argument
|
| /dpdk/examples/ipv4_multicast/ |
| H A D | main.c | 101 struct lcore_queue_conf { struct 108 static struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE]; argument 162 send_burst(struct lcore_queue_conf *qconf, uint16_t port) in send_burst() 275 struct lcore_queue_conf *qconf, uint16_t port) in mcast_send_pkt() 378 send_timeout_burst(struct lcore_queue_conf *qconf) in send_timeout_burst() 403 struct lcore_queue_conf *qconf; in main_loop() 406 qconf = &lcore_queue_conf[lcore_id]; in main_loop() 648 struct lcore_queue_conf *qconf; in main() 708 qconf = &lcore_queue_conf[rx_lcore_id]; in main() 726 qconf = &lcore_queue_conf[rx_lcore_id]; in main() [all …]
|
| /dpdk/examples/link_status_interrupt/ |
| H A D | main.c | 69 struct lcore_queue_conf { struct 74 struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE]; argument 207 struct lcore_queue_conf *qconf; in lsi_main_loop() 216 qconf = &lcore_queue_conf[lcore_id]; in lsi_main_loop() 535 struct lcore_queue_conf *qconf; in main() 588 qconf = &lcore_queue_conf[rx_lcore_id]; in main() 598 lcore_queue_conf[rx_lcore_id].n_rx_port == in main() 605 if (qconf != &lcore_queue_conf[rx_lcore_id]) in main() 607 qconf = &lcore_queue_conf[rx_lcore_id]; in main()
|
| /dpdk/examples/l2fwd-keepalive/ |
| H A D | main.c | 72 struct lcore_queue_conf { struct 76 struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE]; argument 201 struct lcore_queue_conf *qconf; in l2fwd_main_loop() 209 qconf = &lcore_queue_conf[lcore_id]; in l2fwd_main_loop() 527 struct lcore_queue_conf *qconf; in main() 610 lcore_queue_conf[rx_lcore_id].n_rx_port == in main() 617 if (qconf != &lcore_queue_conf[rx_lcore_id]) in main() 619 qconf = &lcore_queue_conf[rx_lcore_id]; in main() 789 struct lcore_queue_conf *qconf = &lcore_queue_conf[lcore_id]; in main()
|
| /dpdk/examples/ip_reassembly/ |
| H A D | main.c | 151 struct lcore_queue_conf { struct 159 static struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE]; argument 284 struct lcore_queue_conf *qconf; in send_single_packet() 288 qconf = &lcore_queue_conf[lcore_id]; in send_single_packet() 433 struct lcore_queue_conf *qconf; in main_loop() 439 qconf = &lcore_queue_conf[lcore_id]; in main_loop() 961 const struct lcore_queue_conf *qconf; in queue_dump_stat() 967 qconf = &lcore_queue_conf[lcore]; in queue_dump_stat() 998 struct lcore_queue_conf *qconf; in main() 1046 qconf = &lcore_queue_conf[rx_lcore_id]; in main() [all …]
|
| /dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 138 struct lcore_queue_conf { struct 144 struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE]; argument 223 send_burst(struct lcore_queue_conf *qconf, uint16_t n, uint16_t port) in send_burst() 243 l3fwd_simple_forward(struct rte_mbuf *m, struct lcore_queue_conf *qconf, in l3fwd_simple_forward() 395 struct lcore_queue_conf *qconf; in main_loop() 401 qconf = &lcore_queue_conf[lcore_id]; in main_loop() 434 send_burst(&lcore_queue_conf[lcore_id], in main_loop() 863 struct lcore_queue_conf *qconf; in main() 911 qconf = &lcore_queue_conf[rx_lcore_id]; in main() 932 qconf = &lcore_queue_conf[rx_lcore_id]; in main() [all …]
|
| /dpdk/examples/l2fwd/ |
| H A D | main.c | 86 struct lcore_queue_conf { struct 90 struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE]; argument 212 struct lcore_queue_conf *qconf; in l2fwd_main_loop() 221 qconf = &lcore_queue_conf[lcore_id]; in l2fwd_main_loop() 652 struct lcore_queue_conf *qconf; in main() 748 lcore_queue_conf[rx_lcore_id].n_rx_port == in main() 755 if (qconf != &lcore_queue_conf[rx_lcore_id]) { in main() 757 qconf = &lcore_queue_conf[rx_lcore_id]; in main()
|
| /dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 203 struct lcore_queue_conf { struct 214 struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE]; argument 372 struct lcore_queue_conf *qconf; in l2fwd_crypto_enqueue() 376 qconf = &lcore_queue_conf[lcore_id]; in l2fwd_crypto_enqueue() 587 struct lcore_queue_conf *qconf; in l2fwd_send_packet() 591 qconf = &lcore_queue_conf[lcore_id]; in l2fwd_send_packet() 724 struct lcore_queue_conf *qconf = &lcore_queue_conf[lcore_id]; in l2fwd_main_loop() 2766 struct lcore_queue_conf *qconf = NULL; in main() 2840 if (qconf != &lcore_queue_conf[rx_lcore_id]) in main() 2841 qconf = &lcore_queue_conf[rx_lcore_id]; in main() [all …]
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_job_stats.rst | 197 …t must be polled for a given lcore is stored in a private structure called struct lcore_queue_conf. 204 Values of struct lcore_queue_conf:
|
| H A D | link_status_intr.rst | 167 …t must be polled for a given lcore is stored in a private structure called struct lcore_queue_conf.
|
| H A D | l2_forward_real_virtual.rst | 233 …t must be polled for a given lcore is stored in a private structure called struct lcore_queue_conf.
|
| H A D | l2_forward_event.rst | 222 structure called struct lcore_queue_conf.
|