Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_link_bonding.c4717 struct rte_ether_addr bond_mac, client_mac; in test_alb_change_mac_in_reply_sent() local
4736 &bond_mac); in test_alb_change_mac_in_reply_sent()
4745 initialize_eth_header(eth_pkt, &bond_mac, &client_mac, in test_alb_change_mac_in_reply_sent()
4756 initialize_eth_header(eth_pkt, &bond_mac, &client_mac, in test_alb_change_mac_in_reply_sent()
4767 initialize_eth_header(eth_pkt, &bond_mac, &client_mac, in test_alb_change_mac_in_reply_sent()
4778 initialize_eth_header(eth_pkt, &bond_mac, &client_mac, in test_alb_change_mac_in_reply_sent()
4839 struct rte_ether_addr bond_mac, client_mac; in test_alb_reply_from_client() local
4857 &bond_mac); in test_alb_reply_from_client()
4866 initialize_eth_header(eth_pkt, &bond_mac, &client_mac, in test_alb_reply_from_client()
4975 struct rte_ether_addr bond_mac, client_mac; in test_alb_receive_vlan_reply() local
[all …]
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c283 struct rte_ether_addr *bond_mac = bonded_eth_dev->data->mac_addrs; in rx_burst_8023ad() local
346 !rte_is_same_ether_addr(bond_mac, in rx_burst_8023ad()
3659 struct rte_ether_addr bond_mac; in bond_ethdev_configure() local
3662 &bond_ethdev_parse_bond_mac_addr_kvarg, &bond_mac) < 0) { in bond_ethdev_configure()
3669 if (rte_eth_bond_mac_address_set(port_id, &bond_mac) != 0) { in bond_ethdev_configure()