Home
last modified time | relevance | path

Searched refs:lcore_queue_conf (Results 1 – 16 of 16) sorted by relevance

/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_poll.h12 struct lcore_queue_conf { struct
20 struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE]; argument
H A Dl2fwd_poll.c35 struct lcore_queue_conf *qconf; in l2fwd_poll_main_loop()
46 qconf = &poll_rsrc->lcore_queue_conf[lcore_id]; in l2fwd_poll_main_loop()
107 struct lcore_queue_conf *qconf = NULL; in l2fwd_poll_lcore_config()
120 poll_rsrc->lcore_queue_conf[rx_lcore_id].n_rx_port == in l2fwd_poll_lcore_config()
127 if (qconf != &poll_rsrc->lcore_queue_conf[rx_lcore_id]) { in l2fwd_poll_lcore_config()
129 qconf = &poll_rsrc->lcore_queue_conf[rx_lcore_id]; in l2fwd_poll_lcore_config()
/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c70 struct lcore_queue_conf { struct
86 struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE]; argument
131 struct lcore_queue_conf *qconf = &lcore_queue_conf[lcore_id]; in show_lcore_stats()
386 struct lcore_queue_conf *qconf = &lcore_queue_conf[lcore_id]; in l2fwd_fwd_job()
433 struct lcore_queue_conf *qconf; in l2fwd_flush_job()
440 qconf = &lcore_queue_conf[lcore_id]; in l2fwd_flush_job()
446 qconf = &lcore_queue_conf[lcore_id]; in l2fwd_flush_job()
473 struct lcore_queue_conf *qconf; in l2fwd_main_loop()
478 qconf = &lcore_queue_conf[lcore_id]; in l2fwd_main_loop()
742 struct lcore_queue_conf *qconf; in main()
[all …]
/f-stack/dpdk/examples/ipv4_multicast/
H A Dmain.c99 struct lcore_queue_conf { struct
106 static struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE]; variable
160 send_burst(struct lcore_queue_conf *qconf, uint16_t port) in send_burst()
267 struct lcore_queue_conf *qconf, uint16_t port) in mcast_send_pkt()
361 send_timeout_burst(struct lcore_queue_conf *qconf) in send_timeout_burst()
386 struct lcore_queue_conf *qconf; in main_loop()
389 qconf = &lcore_queue_conf[lcore_id]; in main_loop()
629 struct lcore_queue_conf *qconf; in main()
688 qconf = &lcore_queue_conf[rx_lcore_id]; in main()
706 qconf = &lcore_queue_conf[rx_lcore_id]; in main()
[all …]
/f-stack/dpdk/examples/link_status_interrupt/
H A Dmain.c70 struct lcore_queue_conf { struct
75 struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE]; argument
203 struct lcore_queue_conf *qconf; in lsi_main_loop()
212 qconf = &lcore_queue_conf[lcore_id]; in lsi_main_loop()
527 struct lcore_queue_conf *qconf; in main()
581 qconf = &lcore_queue_conf[rx_lcore_id]; in main()
591 lcore_queue_conf[rx_lcore_id].n_rx_port == in main()
598 if (qconf != &lcore_queue_conf[rx_lcore_id]) in main()
600 qconf = &lcore_queue_conf[rx_lcore_id]; in main()
/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dmain.c73 struct lcore_queue_conf { struct
77 struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE]; argument
202 struct lcore_queue_conf *qconf; in l2fwd_main_loop()
210 qconf = &lcore_queue_conf[lcore_id]; in l2fwd_main_loop()
528 struct lcore_queue_conf *qconf; in main()
611 lcore_queue_conf[rx_lcore_id].n_rx_port == in main()
618 if (qconf != &lcore_queue_conf[rx_lcore_id]) in main()
620 qconf = &lcore_queue_conf[rx_lcore_id]; in main()
791 struct lcore_queue_conf *qconf = &lcore_queue_conf[lcore_id]; in main()
/f-stack/dpdk/examples/ip_reassembly/
H A Dmain.c152 struct lcore_queue_conf { struct
160 static struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE]; argument
281 struct lcore_queue_conf *qconf; in send_single_packet()
285 qconf = &lcore_queue_conf[lcore_id]; in send_single_packet()
430 struct lcore_queue_conf *qconf; in main_loop()
436 qconf = &lcore_queue_conf[lcore_id]; in main_loop()
955 const struct lcore_queue_conf *qconf; in queue_dump_stat()
961 qconf = &lcore_queue_conf[lcore]; in queue_dump_stat()
992 struct lcore_queue_conf *qconf; in main()
1040 qconf = &lcore_queue_conf[rx_lcore_id]; in main()
[all …]
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c139 struct lcore_queue_conf { struct
145 struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE]; argument
220 send_burst(struct lcore_queue_conf *qconf, uint16_t n, uint16_t port) in send_burst()
240 l3fwd_simple_forward(struct rte_mbuf *m, struct lcore_queue_conf *qconf, in l3fwd_simple_forward()
392 struct lcore_queue_conf *qconf; in main_loop()
398 qconf = &lcore_queue_conf[lcore_id]; in main_loop()
431 send_burst(&lcore_queue_conf[lcore_id], in main_loop()
860 struct lcore_queue_conf *qconf; in main()
908 qconf = &lcore_queue_conf[rx_lcore_id]; in main()
929 qconf = &lcore_queue_conf[rx_lcore_id]; in main()
[all …]
/f-stack/dpdk/examples/l2fwd/
H A Dmain.c84 struct lcore_queue_conf { struct
88 struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE]; variable
207 struct lcore_queue_conf *qconf; in l2fwd_main_loop()
216 qconf = &lcore_queue_conf[lcore_id]; in l2fwd_main_loop()
638 struct lcore_queue_conf *qconf; in main()
730 lcore_queue_conf[rx_lcore_id].n_rx_port == in main()
737 if (qconf != &lcore_queue_conf[rx_lcore_id]) { in main()
739 qconf = &lcore_queue_conf[rx_lcore_id]; in main()
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c202 struct lcore_queue_conf { struct
213 struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE]; argument
371 struct lcore_queue_conf *qconf; in l2fwd_crypto_enqueue()
375 qconf = &lcore_queue_conf[lcore_id]; in l2fwd_crypto_enqueue()
579 struct lcore_queue_conf *qconf; in l2fwd_send_packet()
583 qconf = &lcore_queue_conf[lcore_id]; in l2fwd_send_packet()
699 struct lcore_queue_conf *qconf = &lcore_queue_conf[lcore_id]; in l2fwd_main_loop()
2665 struct lcore_queue_conf *qconf = NULL; in main()
2738 if (qconf != &lcore_queue_conf[rx_lcore_id]) in main()
2739 qconf = &lcore_queue_conf[rx_lcore_id]; in main()
[all …]
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dlink_status_intr.rst212 …t must be polled for a given lcore is stored in a private structure called struct lcore_queue_conf.
216 struct lcore_queue_conf {
222 struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE];
349 struct lcore_queue_conf *qconf;
352 qconf = &lcore_queue_conf[lcore_id];
389 lsi_send_burst(&lcore_queue_conf[lcore_id],
H A Dl2_forward_real_virtual.rst273 …t must be polled for a given lcore is stored in a private structure called struct lcore_queue_conf.
277 struct lcore_queue_conf {
283 struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE];
404 struct lcore_queue_conf *qconf;
407 qconf = &lcore_queue_conf[lcore_id];
441 … l2fwd_send_burst(&lcore_queue_conf[lcore_id], qconf->tx_mbufs[portid].len, (uint8_t) portid);
H A Dl2_forward_job_stats.rst242 …t must be polled for a given lcore is stored in a private structure called struct lcore_queue_conf.
246 struct lcore_queue_conf {
263 Values of struct lcore_queue_conf:
496 struct lcore_queue_conf *qconf;
499 qconf = &lcore_queue_conf[lcore_id];
526 struct lcore_queue_conf *qconf;
531 qconf = &lcore_queue_conf[lcore_id];
537 qconf = &lcore_queue_conf[lcore_id];
H A Dl2_forward_event.rst271 structure called struct lcore_queue_conf.
275 struct lcore_queue_conf {
281 struct lcore_queue_conf lcore_queue_conf[RTE_MAX_LCORE];
H A Dl2_forward_crypto.rst416 struct lcore_queue_conf *qconf;
420 qconf = &lcore_queue_conf[lcore_id];
438 l2fwd_crypto_send_burst(struct lcore_queue_conf *qconf, unsigned n,
H A Dipv4_multicast.rst219 …_pkt(struct rte_mbuf *pkt, struct rte_ether_addr *dest_addr, struct lcore_queue_conf *qconf, uint1…