Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_thash.c50 struct test_thash_v6 v6_tbl[] = { variable
146 for (i = 0; i < RTE_DIM(v6_tbl); i++) { in test_toeplitz_hash_calc()
154 tuple.v6.sport = v6_tbl[i].src_port; in test_toeplitz_hash_calc()
155 tuple.v6.dport = v6_tbl[i].dst_port; in test_toeplitz_hash_calc()
161 if ((rss_l3 != v6_tbl[i].hash_l3) || in test_toeplitz_hash_calc()
162 (rss_l3l4 != v6_tbl[i].hash_l3l4)) in test_toeplitz_hash_calc()
169 if ((rss_l3 != v6_tbl[i].hash_l3) || in test_toeplitz_hash_calc()
170 (rss_l3l4 != v6_tbl[i].hash_l3l4)) in test_toeplitz_hash_calc()
206 for (i = 0; i < RTE_DIM(v6_tbl); i++) { in test_toeplitz_hash_gfni()
217 if ((rss_l3 != v6_tbl[i].hash_l3) || in test_toeplitz_hash_gfni()
[all …]