Home
last modified time | relevance | path

Searched refs:rss_l3 (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
130 rss_l3 = rte_softrss((uint32_t *)&tuple, in test_toeplitz_hash_calc()
134 if ((rss_l3 != v4_tbl[i].hash_l3) || in test_toeplitz_hash_calc()
138 rss_l3 = rte_softrss_be((uint32_t *)&tuple, in test_toeplitz_hash_calc()
142 if ((rss_l3 != v4_tbl[i].hash_l3) || in test_toeplitz_hash_calc()
157 rss_l3 = rte_softrss((uint32_t *)&tuple, in test_toeplitz_hash_calc()
161 if ((rss_l3 != v6_tbl[i].hash_l3) || in test_toeplitz_hash_calc()
169 if ((rss_l3 != v6_tbl[i].hash_l3) || in test_toeplitz_hash_calc()
181 uint32_t rss_l3, rss_l3l4; in test_toeplitz_hash_gfni() local
201 if ((rss_l3 != v4_tbl[i].hash_l3) || in test_toeplitz_hash_gfni()
[all …]