Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dtestpmd.c2726 portid_t peer_pl[RTE_MAX_ETHPORTS]; in start_port() local
2978 peer_pi = rte_eth_hairpin_get_peer_ports(pi, peer_pl, in start_port()
2983 if (!port_is_started(peer_pl[j])) in start_port()
2985 diag = rte_eth_hairpin_bind(pi, peer_pl[j]); in start_port()
2989 pi, peer_pl[j], in start_port()
3000 if (!port_is_started(peer_pl[j])) in start_port()
3002 diag = rte_eth_hairpin_bind(peer_pl[j], pi); in start_port()
3006 peer_pl[j], pi, in start_port()
3026 portid_t peer_pl[RTE_MAX_ETHPORTS]; in stop_port() local
3068 if (!port_is_started(peer_pl[j])) in stop_port()
[all …]