Home
last modified time | relevance | path

Searched refs:rx_port_list (Results 1 – 11 of 11) sorted by relevance

/dpdk/examples/l2fwd-event/
H A Dl2fwd_poll.c57 port_id = qconf->rx_port_list[i]; in l2fwd_poll_main_loop()
74 rsrc->dst_ports[qconf->rx_port_list[i]]; in l2fwd_poll_main_loop()
90 port_id = qconf->rx_port_list[i]; in l2fwd_poll_main_loop()
135 qconf->rx_port_list[qconf->n_rx_port] = port_id; in l2fwd_poll_lcore_config()
H A Dl2fwd_poll.h13 uint32_t rx_port_list[MAX_RX_QUEUE_PER_LCORE]; member
/dpdk/examples/link_status_interrupt/
H A Dmain.c71 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE]; member
227 portid = qconf->rx_port_list[i]; in lsi_main_loop()
245 portid = lsi_dst_ports[qconf->rx_port_list[i]]; in lsi_main_loop()
279 portid = qconf->rx_port_list[i]; in lsi_main_loop()
609 qconf->rx_port_list[qconf->n_rx_port] = portid; in main()
/dpdk/examples/l2fwd-jobstats/
H A Dmain.c72 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE]; member
391 const uint16_t portid = qconf->rx_port_list[port_idx]; in l2fwd_fwd_job()
458 portid = l2fwd_dst_ports[qconf->rx_port_list[i]]; in l2fwd_flush_job()
499 portid = qconf->rx_port_list[i]; in l2fwd_main_loop()
842 qconf->rx_port_list[qconf->n_rx_port] = portid; in main()
1009 portid = qconf->rx_port_list[i]; in main()
1027 lcore_id, qconf->rx_port_list[i], rte_strerror(-ret)); in main()
/dpdk/examples/l2fwd-keepalive/
H A Dmain.c74 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE]; member
220 portid = qconf->rx_port_list[i]; in l2fwd_main_loop()
250 portid = l2fwd_dst_ports[qconf->rx_port_list[i]]; in l2fwd_main_loop()
267 portid = qconf->rx_port_list[i]; in l2fwd_main_loop()
621 qconf->rx_port_list[qconf->n_rx_port] = portid; in main()
/dpdk/examples/l2fwd/
H A Dmain.c88 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE]; member
232 portid = qconf->rx_port_list[i]; in l2fwd_main_loop()
251 portid = l2fwd_dst_ports[qconf->rx_port_list[i]]; in l2fwd_main_loop()
285 portid = qconf->rx_port_list[i]; in l2fwd_main_loop()
761 qconf->rx_port_list[qconf->n_rx_port] = portid; in main()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c205 uint16_t rx_port_list[MAX_RX_QUEUE_PER_LCORE]; member
740 portid = qconf->rx_port_list[i]; in l2fwd_main_loop()
919 portid = qconf->rx_port_list[i]; in l2fwd_main_loop()
2843 qconf->rx_port_list[qconf->nb_rx_ports] = portid; in main()
/dpdk/doc/guides/sample_app_ug/
H A Dlink_status_intr.rst174 The n_rx_port and rx_port_list[] fields are used in the main packet processing loop
H A Dl2_forward_real_virtual.rst240 The values n_rx_port and rx_port_list[] are used in the main packet processing loop
H A Dl2_forward_job_stats.rst206 * n_rx_port and rx_port_list[] are used in the main packet processing loop
H A Dl2_forward_event.rst229 The values n_rx_port and rx_port_list[] are used in the main packet processing