Home
last modified time | relevance | path

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

/dpdk/examples/l3fwd/
H A Dl3fwd_lpm.h46 rte_ether_addr_copy(&ports_eth_addr[dst_port], in l3fwd_lpm_simple_forward()
68 rte_ether_addr_copy(&ports_eth_addr[dst_port], in l3fwd_lpm_simple_forward()
H A Dl3fwd_event.c106 rte_eth_macaddr_get(port_id, &ports_eth_addr[port_id]); in l3fwd_eth_dev_port_setup()
107 print_ethaddr(" Address:", &ports_eth_addr[port_id]); in l3fwd_eth_dev_port_setup()
114 rte_ether_addr_copy(&ports_eth_addr[port_id], in l3fwd_eth_dev_port_setup()
H A Dl3fwd_em.h42 rte_ether_addr_copy(&ports_eth_addr[dst_port], in l3fwd_em_handle_ipv4()
70 rte_ether_addr_copy(&ports_eth_addr[dst_port], in l3fwd_em_handle_ipv6()
H A Dmain.c83 struct rte_ether_addr ports_eth_addr[RTE_MAX_ETHPORTS]; variable
1254 ret = rte_eth_macaddr_get(portid, &ports_eth_addr[portid]); in l3fwd_poll_resource_setup()
1260 print_ethaddr(" Address:", &ports_eth_addr[portid]); in l3fwd_poll_resource_setup()
1269 rte_ether_addr_copy(&ports_eth_addr[portid], in l3fwd_poll_resource_setup()
H A Dl3fwd.h95 extern struct rte_ether_addr ports_eth_addr[RTE_MAX_ETHPORTS];
H A Dl3fwd_fib.c96 rte_ether_addr_copy(&ports_eth_addr[hops[j]], in fib_send_single()
H A Dl3fwd_lpm.c246 rte_ether_addr_copy(&ports_eth_addr[mbuf->port], in lpm_process_event_pkt()
/dpdk/examples/ipv4_multicast/
H A Dmain.c85 static struct rte_ether_addr ports_eth_addr[MAX_PORTS]; variable
286 rte_ether_addr_copy(&ports_eth_addr[port], &ethdr->src_addr); in mcast_send_pkt()
756 ret = rte_eth_macaddr_get(portid, &ports_eth_addr[portid]); in main()
762 print_ethaddr(" Address:", &ports_eth_addr[portid]); in main()
/dpdk/examples/l3fwd-graph/
H A Dmain.c73 static struct rte_ether_addr ports_eth_addr[RTE_MAX_ETHPORTS]; variable
862 rte_eth_macaddr_get(portid, &ports_eth_addr[portid]); in main()
863 print_ethaddr(" Address:", &ports_eth_addr[portid]); in main()
874 &ports_eth_addr[portid], in main()
/dpdk/examples/ip_fragmentation/
H A Dmain.c93 static struct rte_ether_addr ports_eth_addr[RTE_MAX_ETHPORTS]; variable
369 rte_ether_addr_copy(&ports_eth_addr[port_out], in l3fwd_simple_forward()
994 ret = rte_eth_macaddr_get(portid, &ports_eth_addr[portid]); in main()
1002 print_ethaddr(" Address:", &ports_eth_addr[portid]); in main()
/dpdk/examples/ip_reassembly/
H A Dmain.c97 static struct rte_ether_addr ports_eth_addr[RTE_MAX_ETHPORTS]; variable
419 rte_ether_addr_copy(&ports_eth_addr[dst_port], &eth_hdr->src_addr); in reassemble()
1135 ret = rte_eth_macaddr_get(portid, &ports_eth_addr[portid]); in main()
1143 print_ethaddr(" Address:", &ports_eth_addr[portid]); in main()
/dpdk/app/test/
H A Dtest_pmd_perf.c60 static struct rte_ether_addr ports_eth_addr[RTE_MAX_ETHPORTS]; variable
738 ret = rte_eth_macaddr_get(portid, &ports_eth_addr[portid]); in test_pmd_perf()
745 print_ethaddr("Address:", &ports_eth_addr[portid]); in test_pmd_perf()
/dpdk/examples/l3fwd-power/
H A Dmain.c141 static struct rte_ether_addr ports_eth_addr[RTE_MAX_ETHPORTS]; variable
739 rte_ether_addr_copy(&ports_eth_addr[dst_port], in l3fwd_simple_forward()
765 rte_ether_addr_copy(&ports_eth_addr[dst_port], in l3fwd_simple_forward()
2681 ret = rte_eth_macaddr_get(portid, &ports_eth_addr[portid]); in main()
2687 print_ethaddr(" Address:", &ports_eth_addr[portid]); in main()