Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_poll.c57 port_id = qconf->rx_port_list[i]; in l2fwd_poll_main_loop()
73 rsrc->dst_ports[qconf->rx_port_list[i]]; in l2fwd_poll_main_loop()
88 port_id = qconf->rx_port_list[i]; in l2fwd_poll_main_loop()
132 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
/f-stack/dpdk/examples/link_status_interrupt/
H A Dmain.c72 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE]; member
223 portid = qconf->rx_port_list[i]; in lsi_main_loop()
240 portid = lsi_dst_ports[qconf->rx_port_list[i]]; in lsi_main_loop()
275 portid = qconf->rx_port_list[i]; in lsi_main_loop()
602 qconf->rx_port_list[qconf->n_rx_port] = portid; in main()
/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c72 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE]; member
388 const uint16_t portid = qconf->rx_port_list[port_idx]; in l2fwd_fwd_job()
449 portid = l2fwd_dst_ports[qconf->rx_port_list[i]]; in l2fwd_flush_job()
489 portid = qconf->rx_port_list[i]; in l2fwd_main_loop()
828 qconf->rx_port_list[qconf->n_rx_port] = portid; in main()
992 portid = qconf->rx_port_list[i]; in main()
1008 lcore_id, qconf->rx_port_list[i], rte_strerror(-ret)); in main()
/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dmain.c75 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE]; member
221 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()
622 qconf->rx_port_list[qconf->n_rx_port] = portid; in main()
/f-stack/dpdk/examples/l2fwd/
H A Dmain.c86 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE]; member
227 portid = qconf->rx_port_list[i]; in l2fwd_main_loop()
245 portid = l2fwd_dst_ports[qconf->rx_port_list[i]]; in l2fwd_main_loop()
280 portid = qconf->rx_port_list[i]; in l2fwd_main_loop()
743 qconf->rx_port_list[qconf->n_rx_port] = portid; in main()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dlink_status_intr.rst218 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE]; unsigned tx_queue_id;
224 The n_rx_port and rx_port_list[] fields are used in the main packet processing loop
281 portid = qconf->rx_port_list[i];
H A Dl2_forward_real_virtual.rst279 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE];
285 The values n_rx_port and rx_port_list[] are used in the main packet processing loop
333 portid = qconf->rx_port_list[i];
H A Dl2_forward_event.rst277 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE];
283 The values n_rx_port and rx_port_list[] are used in the main packet processing
542 portid = qconf->rx_port_list[i];
618 portid = l2fwd_dst_ports[qconf->rx_port_list[i]];
H A Dl2_forward_job_stats.rst248 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE];
265 * n_rx_port and rx_port_list[] are used in the main packet processing loop
324 lcore_id, qconf->rx_port_list[i], rte_strerror(-ret));
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c204 uint16_t rx_port_list[MAX_RX_QUEUE_PER_LCORE]; member
715 portid = qconf->rx_port_list[i]; in l2fwd_main_loop()
893 portid = qconf->rx_port_list[i]; in l2fwd_main_loop()
2741 qconf->rx_port_list[qconf->nb_rx_ports] = portid; in main()