Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c2513 portid_t peer_pl[RTE_MAX_ETHPORTS]; in start_port() local
2715 peer_pi = rte_eth_hairpin_get_peer_ports(pi, peer_pl, in start_port()
2720 if (!port_is_started(peer_pl[j])) in start_port()
2722 diag = rte_eth_hairpin_bind(pi, peer_pl[j]); in start_port()
2726 pi, peer_pl[j], in start_port()
2737 if (!port_is_started(peer_pl[j])) in start_port()
2739 diag = rte_eth_hairpin_bind(peer_pl[j], pi); in start_port()
2743 peer_pl[j], pi, in start_port()
2761 portid_t peer_pl[RTE_MAX_ETHPORTS]; in stop_port() local
2803 if (!port_is_started(peer_pl[j])) in stop_port()
[all …]