Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_link_bonding_mode4.c1043 uint16_t normal_cnt, slow_cnt; in test_mode4_tx_burst() local
1046 normal_cnt = 0; in test_mode4_tx_burst()
1051 normal_cnt++; in test_mode4_tx_burst()
1056 free_pkts(pkts, normal_cnt + slow_cnt); in test_mode4_tx_burst()
1061 TEST_ASSERT_NOT_EQUAL(normal_cnt, 0, in test_mode4_tx_burst()
1064 pkts_cnt += normal_cnt; in test_mode4_tx_burst()
1119 uint16_t normal_cnt, slow_cnt; in test_mode4_tx_burst() local
1122 normal_cnt = 0; in test_mode4_tx_burst()
1127 normal_cnt++; in test_mode4_tx_burst()
1132 free_pkts(pkts, normal_cnt + slow_cnt); in test_mode4_tx_burst()
[all …]