Home
last modified time | relevance | path

Searched refs:l2fwd_dst_ports (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/examples/l2fwd/
H A Dmain.c69 static uint32_t l2fwd_dst_ports[RTE_MAX_ETHPORTS]; variable
186 dst_port = l2fwd_dst_ports[portid]; in l2fwd_simple_forward()
245 portid = l2fwd_dst_ports[qconf->rx_port_list[i]]; in l2fwd_main_loop()
685 l2fwd_dst_ports[portid] = 0; in main()
695 l2fwd_dst_ports[portid] = in main()
705 l2fwd_dst_ports[portid] = last_port; in main()
706 l2fwd_dst_ports[last_port] = portid; in main()
715 l2fwd_dst_ports[last_port] = last_port; in main()
746 portid, l2fwd_dst_ports[portid]); in main()
/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dmain.c67 static uint32_t l2fwd_dst_ports[RTE_MAX_ETHPORTS]; variable
176 dst_port = l2fwd_dst_ports[portid]; in l2fwd_simple_forward()
250 portid = l2fwd_dst_ports[qconf->rx_port_list[i]]; in l2fwd_main_loop()
576 l2fwd_dst_ports[portid] = 0; in main()
588 l2fwd_dst_ports[portid] = last_port; in main()
589 l2fwd_dst_ports[last_port] = portid; in main()
597 l2fwd_dst_ports[last_port] = last_port; in main()
/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c61 static uint32_t l2fwd_dst_ports[RTE_MAX_ETHPORTS]; variable
347 dst_port = l2fwd_dst_ports[portid]; in l2fwd_simple_forward()
449 portid = l2fwd_dst_ports[qconf->rx_port_list[i]]; in l2fwd_flush_job()
782 l2fwd_dst_ports[portid] = 0; in main()
794 l2fwd_dst_ports[portid] = last_port; in main()
795 l2fwd_dst_ports[last_port] = portid; in main()
803 l2fwd_dst_ports[last_port] = last_port; in main()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_real_virtual.rst210 /* reset l2fwd_dst_ports */
213 l2fwd_dst_ports[portid] = 0;
228 l2fwd_dst_ports[portid] = last_port;
229 l2fwd_dst_ports[last_port] = portid;
353 During the initialization process, a static array of destination ports (l2fwd_dst_ports[]) is fille…
366 dst_port = l2fwd_dst_ports[portid];
H A Dl2_forward_event.rst207 /* reset l2fwd_dst_ports */
210 l2fwd_dst_ports[portid] = 0;
225 l2fwd_dst_ports[portid] = last_port;
226 l2fwd_dst_ports[last_port] = portid;
563 (l2fwd_dst_ports[]) is filled such that for each source port, a destination port
582 dst_port = l2fwd_dst_ports[portid];
618 portid = l2fwd_dst_ports[qconf->rx_port_list[i]];
675 (l2fwd_dst_ports[]) is filled such that for each source port, a destination port
H A Dl2_forward_job_stats.rst181 /* reset l2fwd_dst_ports */
184 l2fwd_dst_ports[portid] = 0;
197 l2fwd_dst_ports[portid] = last_port;
198 l2fwd_dst_ports[last_port] = portid;
445 During the initialization process, a static array of destination ports (l2fwd_dst_ports[]) is fille…
458 dst_port = l2fwd_dst_ports[portid];
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c89 static uint16_t l2fwd_dst_ports[RTE_MAX_ETHPORTS]; variable
620 dst_port = l2fwd_dst_ports[portid]; in l2fwd_simple_forward()
2507 l2fwd_dst_ports[portid] = 0; in initialize_ports()
2613 l2fwd_dst_ports[portid] = last_portid; in initialize_ports()
2614 l2fwd_dst_ports[last_portid] = portid; in initialize_ports()
2624 l2fwd_dst_ports[last_portid] = last_portid; in initialize_ports()