Searched refs:BONDED_DEV_NAME (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_link_bonding_rssconf.c | 35 #define BONDED_DEV_NAME ("net_bonding_rss") macro 559 retval = rte_eth_bond_create(BONDED_DEV_NAME, 0, rte_socket_id()); in test_setup() 562 BONDED_DEV_NAME); in test_setup()
|
| H A D | test_link_bonding_mode4.c | 47 #define BONDED_DEV_NAME ("net_bonding_m4_bond_dev") macro 443 retval = rte_eth_bond_create(BONDED_DEV_NAME, BONDING_MODE_8023AD, in test_setup() 447 BONDED_DEV_NAME); in test_setup() 451 "Failed to configure bonded ethdev %s", BONDED_DEV_NAME); in test_setup()
|
| H A D | test_link_bonding.c | 55 #define BONDED_DEV_NAME ("net_bonding_ut") macro 268 test_params->bonded_port_id = rte_eth_bond_create(BONDED_DEV_NAME, in test_create_bonded_device() 272 "Failed to create bonded ethdev %s", BONDED_DEV_NAME); in test_create_bonded_device() 275 "Failed to configure bonded ethdev %s", BONDED_DEV_NAME); in test_create_bonded_device() 315 port_id = rte_eth_bond_create(BONDED_DEV_NAME, test_params->bonding_mode, in test_create_bonded_device_with_invalid_params() 322 port_id = rte_eth_bond_create(BONDED_DEV_NAME, test_params->bonding_mode, in test_create_bonded_device_with_invalid_params() 456 snprintf(pmd_name, RTE_ETH_NAME_MAX_LEN, "%s_%d", BONDED_DEV_NAME, ++bonded_id); in test_add_already_bonded_slave_to_bonded_device()
|