Home
last modified time | relevance | path

Searched refs:bond_port_id (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_link_bonding_rssconf.c62 uint8_t bond_port_id; member
71 .bond_port_id = INVALID_PORT_ID,
166 test_params.bond_port_id, port->port_id), in remove_slaves()
337 test_params.bond_port_id, strerror(-retval)); in test_propagate()
460 test_params.bond_port_id, strerror(-ret)); in test_rss()
491 test_params.bond_port_id, strerror(-ret)); in test_rss_lazy()
555 test_params.bond_port_id, strerror(-retval)); in test_setup()
558 if (test_params.bond_port_id == INVALID_PORT_ID) { in test_setup()
564 test_params.bond_port_id = retval; in test_setup()
573 test_params.bond_port_id, strerror(-retval)); in test_setup()
[all …]
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c2113 uint16_t bond_port_id = internals->port_id; in bond_ethdev_close() local
2130 if (rte_eth_bond_slave_remove(bond_port_id, port_id) != 0) { in bond_ethdev_close()