Home
last modified time | relevance | path

Searched refs:rte_eth_bond_create (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/bonding/
H A Dversion.map17 rte_eth_bond_create;
H A Drte_eth_bond.h102 rte_eth_bond_create(const char *name, uint8_t mode, uint8_t socket_id);
H A Drte_eth_bond_api.c151 rte_eth_bond_create(const char *name, uint8_t mode, uint8_t socket_id) in rte_eth_bond_create() function
/dpdk/doc/guides/prog_guide/
H A Dlink_bonding_poll_mode_drv_lib.rst141 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
/dpdk/app/test/
H A Dtest_link_bonding_rssconf.c561 retval = rte_eth_bond_create(BONDED_DEV_NAME, 0, rte_socket_id()); in test_setup()
H A Dtest_link_bonding.c271 test_params->bonded_port_id = rte_eth_bond_create(BONDED_DEV_NAME, in test_create_bonded_device()
311 port_id = rte_eth_bond_create(NULL, test_params->bonding_mode, in test_create_bonded_device_with_invalid_params()
318 port_id = rte_eth_bond_create(BONDED_DEV_NAME, test_params->bonding_mode, in test_create_bonded_device_with_invalid_params()
325 port_id = rte_eth_bond_create(BONDED_DEV_NAME, test_params->bonding_mode, in test_create_bonded_device_with_invalid_params()
461 port_id = rte_eth_bond_create(pmd_name, test_params->bonding_mode, in test_add_already_bonded_slave_to_bonded_device()
923 bonded_port_id = rte_eth_bond_create("net_bonding_mac_ass_test", in test_set_bonded_port_initialization_mac_assignment()
H A Dtest_link_bonding_mode4.c441 retval = rte_eth_bond_create(BONDED_DEV_NAME, BONDING_MODE_8023AD, in test_setup()
/dpdk/examples/bond/
H A Dmain.c229 retval = rte_eth_bond_create("net_bonding0", BONDING_MODE_ALB, in bond_port_init()
/dpdk/app/test-pmd/
H A Dcmdline.c6653 port_id = rte_eth_bond_create(ethdev_name, res->mode, res->socket); in cmd_create_bonded_device_parsed()