Searched refs:bonded_mac (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_link_bonding_mode4.c | 823 struct rte_ether_addr bonded_mac; in test_mode4_rx() local 832 retval = rte_eth_macaddr_get(test_params.bonded_port_id, &bonded_mac); in test_mode4_rx() 835 rte_ether_addr_copy(&bonded_mac, &dst_mac); in test_mode4_rx() 853 retval = generate_and_put_packets(slave, &src_mac, &bonded_mac, 1); in test_mode4_rx() 874 &bonded_mac)]++; in test_mode4_rx() 901 retval = generate_and_put_packets(slave, &src_mac, &bonded_mac, 1); in test_mode4_rx() 922 &bonded_mac); in test_mode4_rx() 964 retval = generate_and_put_packets(slave, &src_mac, &bonded_mac, 1); in test_mode4_rx() 1012 struct rte_ether_addr bonded_mac; in test_mode4_tx_burst() local 1020 retval = rte_eth_macaddr_get(test_params.bonded_port_id, &bonded_mac); in test_mode4_tx_burst() [all …]
|
| H A D | test_link_bonding.c | 63 uint8_t bonded_mac[] = {0xAA, 0xFF, 0xAA, 0xFF, 0xAA, 0xFF }; variable 103 .default_bonded_mac = (struct rte_ether_addr *)bonded_mac, 1812 (struct rte_ether_addr *)bonded_mac), in test_roundrobin_verify_mac_assignment() 1818 TEST_ASSERT_SUCCESS(memcmp(bonded_mac, &read_mac_addr, in test_roundrobin_verify_mac_assignment() 1827 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 …]
|