Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_link_bonding_mode4.c1045 uint16_t normal_cnt, slow_cnt; in test_mode4_tx_burst() local
1049 slow_cnt = 0; in test_mode4_tx_burst()
1055 slow_cnt++; in test_mode4_tx_burst()
1058 free_pkts(pkts, normal_cnt + slow_cnt); in test_mode4_tx_burst()
1059 TEST_ASSERT_EQUAL(slow_cnt, 0, in test_mode4_tx_burst()
1061 slow_cnt); in test_mode4_tx_burst()
1119 uint16_t normal_cnt, slow_cnt; in test_mode4_tx_burst() local
1123 slow_cnt = 0; in test_mode4_tx_burst()
1129 slow_cnt++; in test_mode4_tx_burst()
1139 TEST_ASSERT_EQUAL(slow_cnt, 0, in test_mode4_tx_burst()
[all …]