Searched refs:rte_eth_bond_create (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | version.map | 17 rte_eth_bond_create;
|
| H A D | rte_eth_bond.h | 102 rte_eth_bond_create(const char *name, uint8_t mode, uint8_t socket_id);
|
| H A D | rte_eth_bond_api.c | 145 rte_eth_bond_create(const char *name, uint8_t mode, uint8_t socket_id) in rte_eth_bond_create() function
|
| /f-stack/dpdk/app/test/ |
| H A D | test_link_bonding_rssconf.c | 559 retval = rte_eth_bond_create(BONDED_DEV_NAME, 0, rte_socket_id()); in test_setup()
|
| H A D | test_link_bonding.c | 268 test_params->bonded_port_id = rte_eth_bond_create(BONDED_DEV_NAME, in test_create_bonded_device() 308 port_id = rte_eth_bond_create(NULL, test_params->bonding_mode, in test_create_bonded_device_with_invalid_params() 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() 458 port_id = rte_eth_bond_create(pmd_name, test_params->bonding_mode, in test_add_already_bonded_slave_to_bonded_device() 920 bonded_port_id = rte_eth_bond_create("net_bonding_mac_ass_test", in test_set_bonded_port_initialization_mac_assignment()
|
| H A D | test_link_bonding_mode4.c | 443 retval = rte_eth_bond_create(BONDED_DEV_NAME, BONDING_MODE_8023AD, in test_setup()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | link_bonding_poll_mode_drv_lib.rst | 141 programmatically via the C API ``rte_eth_bond_create`` function. 265 Link bonding devices are created using the ``rte_eth_bond_create`` API 345 devices are created using the ``rte_eth_bond_create`` API which requires a
|
| /f-stack/dpdk/examples/bond/ |
| H A D | main.c | 232 retval = rte_eth_bond_create("net_bonding0", BONDING_MODE_ALB, in bond_port_init()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline.c | 6286 port_id = rte_eth_bond_create(ethdev_name, res->mode, res->socket); in cmd_create_bonded_device_parsed()
|