Home
last modified time | relevance | path

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

/f-stack/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 …]
/f-stack/lib/
H A Dff_config.h105 char *bond_mac; member
H A Dff_config.c636 cur->bond_mac = strdup(value); in bond_cfg_handler()
842 if (cfg->dpdk.bond_cfgs[i].bond_mac) { in dpdk_args_setup()
844 cfg->dpdk.bond_cfgs[i].bond_mac); in dpdk_args_setup()
/f-stack/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()
3528 struct rte_ether_addr bond_mac; in bond_ethdev_configure() local
3531 &bond_ethdev_parse_bond_mac_addr_kvarg, &bond_mac) < 0) { in bond_ethdev_configure()
3538 if (rte_eth_bond_mac_address_set(port_id, &bond_mac) != 0) { in bond_ethdev_configure()