Searched refs:INVALID_PORT_ID (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_link_bonding_mode4.c | 54 #define INVALID_PORT_ID (0xFF) macro 102 .bonded_port_id = INVALID_PORT_ID, 234 RTE_VERIFY(slave->port_id != INVALID_PORT_ID); in add_slave() 275 RTE_VERIFY(slave->port_id != INVALID_PORT_ID); in remove_slave() 320 RTE_VERIFY(test_params.bonded_port_id != INVALID_PORT_ID); in initialize_bonded_device_with_slaves() 426 if (port->port_id == INVALID_PORT_ID) { in test_setup() 442 if (test_params.bonded_port_id == INVALID_PORT_ID) { in test_setup() 936 uint8_t slave_down_id = INVALID_PORT_ID; in test_mode4_rx() 945 RTE_VERIFY(slave_down_id != INVALID_PORT_ID); in test_mode4_rx() 1078 uint8_t slave_down_id = INVALID_PORT_ID; in test_mode4_tx_burst() [all …]
|
| H A D | test_link_bonding_rssconf.c | 46 #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} 558 if (test_params.bond_port_id == INVALID_PORT_ID) { in test_setup()
|
| H A D | test_link_bonding.c | 58 #define INVALID_PORT_ID (-1) macro 483 current_slave_count = rte_eth_bond_slaves_get(INVALID_PORT_ID, slaves, in test_get_slaves_from_bonded_device() 488 current_slave_count = rte_eth_bond_active_slaves_get(INVALID_PORT_ID, in test_get_slaves_from_bonded_device() 676 TEST_ASSERT_FAIL(rte_eth_bond_mode_set(INVALID_PORT_ID, in test_set_bonding_mode() 679 INVALID_PORT_ID); in test_set_bonding_mode() 699 bonding_mode = rte_eth_bond_mode_get(INVALID_PORT_ID); in test_set_bonding_mode() 702 INVALID_PORT_ID); in test_set_bonding_mode() 732 TEST_ASSERT_FAIL(rte_eth_bond_primary_set(INVALID_PORT_ID, in test_set_primary_slave() 836 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 …]
|
| /f-stack/dpdk/examples/vmdq/ |
| H A D | main.c | 54 #define INVALID_PORT_ID 0xFF macro 539 if ((sport == INVALID_PORT_ID) || (dport == INVALID_PORT_ID)) in lcore_main() 587 ports[portid] = INVALID_PORT_ID; in check_ports_num()
|
| /f-stack/dpdk/examples/vmdq_dcb/ |
| H A D | main.c | 55 #define INVALID_PORT_ID 0xFF macro 587 if ((src == INVALID_PORT_ID) || (dst == INVALID_PORT_ID)) in lcore_main() 632 ports[portid] = INVALID_PORT_ID; in check_ports_num()
|
| /f-stack/dpdk/examples/vhost/ |
| H A D | main.c | 57 #define INVALID_PORT_ID 0xFF macro 700 ports[portid] = INVALID_PORT_ID; in check_ports_num()
|