Home
last modified time | relevance | path

Searched refs:rte_eth_bond_primary_get (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/bonding/
H A Dversion.map24 rte_eth_bond_primary_get;
H A Drte_eth_bond.h183 rte_eth_bond_primary_get(uint16_t bonded_port_id);
H A Drte_eth_bond_api.c798 rte_eth_bond_primary_get(uint16_t bonded_port_id) in rte_eth_bond_primary_get() function
/f-stack/dpdk/app/test/
H A Dtest_link_bonding.c591 primary_port = rte_eth_bond_primary_get(test_params->bonded_port_id); in test_start_bonded_device()
752 retval = rte_eth_bond_primary_get(test_params->bonded_port_id); in test_set_primary_slave()
818 TEST_ASSERT(rte_eth_bond_primary_get(test_params->bonded_port_id) < 0, in test_set_primary_slave()
2162 primary_port = rte_eth_bond_primary_get(test_params->bonded_port_id); in test_activebackup_tx_burst()
2214 primary_port = rte_eth_bond_primary_get(test_params->bonded_port_id); in test_activebackup_rx_burst()
2294 primary_port = rte_eth_bond_primary_get(test_params->bonded_port_id); in test_activebackup_verify_promiscuous_enable_disable()
2525 primary_port = rte_eth_bond_primary_get(test_params->bonded_port_id); in test_activebackup_verify_slave_link_status_change_failover()
2557 primary_port = rte_eth_bond_primary_get(test_params->bonded_port_id); in test_activebackup_verify_slave_link_status_change_failover()
4290 primary_port = rte_eth_bond_primary_get(test_params->bonded_port_id); in test_tlb_rx_burst()
4367 primary_port = rte_eth_bond_primary_get(test_params->bonded_port_id); in test_tlb_verify_promiscuous_enable_disable()
[all …]
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c6048 primary_id = rte_eth_bond_primary_get(port_id); in cmd_show_bonding_config_parsed()