Home
last modified time | relevance | path

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

/f-stack/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.c145 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 Dtest_link_bonding_rssconf.c559 retval = rte_eth_bond_create(BONDED_DEV_NAME, 0, rte_socket_id()); in test_setup()
H A Dtest_link_bonding.c268 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 Dtest_link_bonding_mode4.c443 retval = rte_eth_bond_create(BONDED_DEV_NAME, BONDING_MODE_8023AD, in test_setup()
/f-stack/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
/f-stack/dpdk/examples/bond/
H A Dmain.c232 retval = rte_eth_bond_create("net_bonding0", BONDING_MODE_ALB, in bond_port_init()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c6286 port_id = rte_eth_bond_create(ethdev_name, res->mode, res->socket); in cmd_create_bonded_device_parsed()