Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_link_bonding_mode4.c821 struct rte_ether_addr bonded_mac; in test_mode4_rx() local
830 retval = rte_eth_macaddr_get(test_params.bonded_port_id, &bonded_mac); in test_mode4_rx()
833 rte_ether_addr_copy(&bonded_mac, &dst_mac); in test_mode4_rx()
851 retval = generate_and_put_packets(slave, &src_mac, &bonded_mac, 1); in test_mode4_rx()
872 &bonded_mac)]++; in test_mode4_rx()
899 retval = generate_and_put_packets(slave, &src_mac, &bonded_mac, 1); in test_mode4_rx()
920 &bonded_mac); in test_mode4_rx()
962 retval = generate_and_put_packets(slave, &src_mac, &bonded_mac, 1); in test_mode4_rx()
1010 struct rte_ether_addr bonded_mac; in test_mode4_tx_burst() local
1018 retval = rte_eth_macaddr_get(test_params.bonded_port_id, &bonded_mac); in test_mode4_tx_burst()
[all …]
H A Dtest_link_bonding.c63 uint8_t bonded_mac[] = {0xAA, 0xFF, 0xAA, 0xFF, 0xAA, 0xFF }; variable
103 .default_bonded_mac = (struct rte_ether_addr *)bonded_mac,
1813 (struct rte_ether_addr *)bonded_mac), in test_roundrobin_verify_mac_assignment()
1819 TEST_ASSERT_SUCCESS(memcmp(bonded_mac, &read_mac_addr, in test_roundrobin_verify_mac_assignment()
1828 TEST_ASSERT_SUCCESS(memcmp(bonded_mac, &read_mac_addr, in test_roundrobin_verify_mac_assignment()
2455 (struct rte_ether_addr *)bonded_mac), in test_activebackup_verify_mac_assignment()
2461 TEST_ASSERT_SUCCESS(memcmp(&bonded_mac, &read_mac_addr, in test_activebackup_verify_mac_assignment()
3388 (struct rte_ether_addr *)bonded_mac), in test_balance_verify_mac_assignment()
3981 (struct rte_ether_addr *)bonded_mac), in test_broadcast_verify_mac_assignment()
3987 TEST_ASSERT_SUCCESS(memcmp(bonded_mac, &read_mac_addr, in test_broadcast_verify_mac_assignment()
[all …]