Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_thash.c115 uint32_t rss_l3, rss_l3l4; in test_toeplitz_hash_calc() local
132 rss_l3l4 = rte_softrss((uint32_t *)&tuple, in test_toeplitz_hash_calc()
135 (rss_l3l4 != v4_tbl[i].hash_l3l4)) in test_toeplitz_hash_calc()
140 rss_l3l4 = rte_softrss_be((uint32_t *)&tuple, in test_toeplitz_hash_calc()
143 (rss_l3l4 != v4_tbl[i].hash_l3l4)) in test_toeplitz_hash_calc()
159 rss_l3l4 = rte_softrss((uint32_t *)&tuple, in test_toeplitz_hash_calc()
162 (rss_l3l4 != v6_tbl[i].hash_l3l4)) in test_toeplitz_hash_calc()
170 (rss_l3l4 != v6_tbl[i].hash_l3l4)) in test_toeplitz_hash_calc()
181 uint32_t rss_l3, rss_l3l4; in test_toeplitz_hash_gfni() local
202 (rss_l3l4 != v4_tbl[i].hash_l3l4)) in test_toeplitz_hash_gfni()
[all …]