Searched refs:bonding_mode (Results 1 – 3 of 3) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_link_bonding.c | 69 uint8_t bonding_mode; member 95 .bonding_mode = BONDING_MODE_ROUND_ROBIN, 272 test_params->bonding_mode, rte_socket_id()); in test_create_bonded_device() 315 test_params->bonding_mode = INVALID_BONDING_MODE; in test_create_bonded_device_with_invalid_params() 668 int i, bonding_mode; in test_set_bonding_mode() local 696 TEST_ASSERT_EQUAL(bonding_mode, bonding_modes[i], in test_set_bonding_mode() 698 bonding_mode, test_params->bonded_port_id, in test_set_bonding_mode() 703 TEST_ASSERT(bonding_mode < 0, in test_set_bonding_mode() 709 TEST_ASSERT(bonding_mode < 0, in test_set_bonding_mode() 1144 bonding_mode), in initialize_bonded_device_with_slaves() [all …]
|
| /dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_pmd.c | 3436 uint8_t bonding_mode; in bond_probe() local 3472 &bonding_mode) != 0) { in bond_probe() 3504 port_id = bond_alloc(dev, bonding_mode); in bond_probe() 3507 "socket %u.", name, bonding_mode, socket_id); in bond_probe() 3532 "socket %u.", name, port_id, bonding_mode, socket_id); in bond_probe()
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 6225 int bonding_mode; in cmd_show_bonding_lacp_info_parsed() local 6229 bonding_mode = rte_eth_bond_mode_get(port_id); in cmd_show_bonding_lacp_info_parsed() 6230 if (bonding_mode != BONDING_MODE_8023AD) { in cmd_show_bonding_lacp_info_parsed() 6312 int bonding_mode, agg_mode; in cmd_show_bonding_config_parsed() local 6320 bonding_mode = rte_eth_bond_mode_get(port_id); in cmd_show_bonding_config_parsed() 6321 if (bonding_mode < 0) { in cmd_show_bonding_config_parsed() 6326 printf("\tBonding mode: %d\n", bonding_mode); in cmd_show_bonding_config_parsed() 6328 if (bonding_mode == BONDING_MODE_BALANCE || in cmd_show_bonding_config_parsed() 6329 bonding_mode == BONDING_MODE_8023AD) { in cmd_show_bonding_config_parsed() 6356 if (bonding_mode == BONDING_MODE_8023AD) { in cmd_show_bonding_config_parsed()
|