Searched refs:bonding_mode (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_link_bonding.c | 69 uint8_t bonding_mode; member 95 .bonding_mode = BONDING_MODE_ROUND_ROBIN, 269 test_params->bonding_mode, rte_socket_id()); in test_create_bonded_device() 312 test_params->bonding_mode = INVALID_BONDING_MODE; in test_create_bonded_device_with_invalid_params() 665 int i, bonding_mode; in test_set_bonding_mode() local 693 TEST_ASSERT_EQUAL(bonding_mode, bonding_modes[i], in test_set_bonding_mode() 695 bonding_mode, test_params->bonded_port_id, in test_set_bonding_mode() 700 TEST_ASSERT(bonding_mode < 0, in test_set_bonding_mode() 706 TEST_ASSERT(bonding_mode < 0, in test_set_bonding_mode() 1141 bonding_mode), in initialize_bonded_device_with_slaves() [all …]
|
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_pmd.c | 3328 uint8_t bonding_mode, socket_id/*, agg_mode*/; in bond_probe() local 3361 &bonding_mode) != 0) { in bond_probe() 3393 port_id = bond_alloc(dev, bonding_mode); in bond_probe() 3396 "socket %u.", name, bonding_mode, socket_id); in bond_probe() 3421 "socket %u.", name, port_id, bonding_mode, socket_id); in bond_probe()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline.c | 5954 int bonding_mode, agg_mode; in cmd_show_bonding_config_parsed() local 5962 bonding_mode = rte_eth_bond_mode_get(port_id); in cmd_show_bonding_config_parsed() 5963 if (bonding_mode < 0) { in cmd_show_bonding_config_parsed() 5967 printf("\tBonding mode: %d\n", bonding_mode); in cmd_show_bonding_config_parsed() 5969 if (bonding_mode == BONDING_MODE_BALANCE) { in cmd_show_bonding_config_parsed() 5995 if (bonding_mode == BONDING_MODE_8023AD) { in cmd_show_bonding_config_parsed()
|