Home
last modified time | relevance | path

Searched refs:INVALID_PORT_ID (Results 1 – 6 of 6) sorted by relevance

/dpdk/app/test/
H A Dtest_link_bonding_mode4.c54 #define INVALID_PORT_ID (0xFF) macro
102 .bonded_port_id = INVALID_PORT_ID,
232 RTE_VERIFY(slave->port_id != INVALID_PORT_ID); in add_slave()
273 RTE_VERIFY(slave->port_id != INVALID_PORT_ID); in remove_slave()
318 RTE_VERIFY(test_params.bonded_port_id != INVALID_PORT_ID); in initialize_bonded_device_with_slaves()
424 if (port->port_id == INVALID_PORT_ID) { in test_setup()
440 if (test_params.bonded_port_id == INVALID_PORT_ID) { in test_setup()
934 uint8_t slave_down_id = INVALID_PORT_ID; in test_mode4_rx()
943 RTE_VERIFY(slave_down_id != INVALID_PORT_ID); in test_mode4_rx()
1076 uint8_t slave_down_id = INVALID_PORT_ID; in test_mode4_tx_burst()
[all …]
H A Dtest_link_bonding_rssconf.c46 #define INVALID_PORT_ID (0xFF) macro
71 .bond_port_id = INVALID_PORT_ID,
73 [0 ... SLAVE_COUNT - 1] = { .port_id = INVALID_PORT_ID, .is_slave = 0}
560 if (test_params.bond_port_id == INVALID_PORT_ID) { in test_setup()
H A Dtest_link_bonding.c58 #define INVALID_PORT_ID (-1) macro
486 current_slave_count = rte_eth_bond_slaves_get(INVALID_PORT_ID, slaves, in test_get_slaves_from_bonded_device()
491 current_slave_count = rte_eth_bond_active_slaves_get(INVALID_PORT_ID, in test_get_slaves_from_bonded_device()
679 TEST_ASSERT_FAIL(rte_eth_bond_mode_set(INVALID_PORT_ID, in test_set_bonding_mode()
682 INVALID_PORT_ID); in test_set_bonding_mode()
702 bonding_mode = rte_eth_bond_mode_get(INVALID_PORT_ID); in test_set_bonding_mode()
705 INVALID_PORT_ID); in test_set_bonding_mode()
735 TEST_ASSERT_FAIL(rte_eth_bond_primary_set(INVALID_PORT_ID, in test_set_primary_slave()
839 TEST_ASSERT_FAIL(rte_eth_bond_mac_address_set(INVALID_PORT_ID, mac_addr), in test_set_explicit_bonded_mac()
2643 INVALID_PORT_ID, BALANCE_XMIT_POLICY_LAYER2), in test_balance_xmit_policy_configuration()
[all …]
/dpdk/examples/vmdq/
H A Dmain.c53 #define INVALID_PORT_ID 0xFF macro
543 if ((sport == INVALID_PORT_ID) || (dport == INVALID_PORT_ID)) in lcore_main()
591 ports[portid] = INVALID_PORT_ID; in check_ports_num()
/dpdk/examples/vmdq_dcb/
H A Dmain.c54 #define INVALID_PORT_ID 0xFF macro
582 if ((src == INVALID_PORT_ID) || (dst == INVALID_PORT_ID)) in lcore_main()
627 ports[portid] = INVALID_PORT_ID; in check_ports_num()
/dpdk/examples/vhost/
H A Dmain.c61 #define INVALID_PORT_ID 0xFF macro
876 ports[portid] = INVALID_PORT_ID; in check_ports_num()