Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_thash.c37 struct test_thash_v4 v4_tbl[] = { variable
125 tuple.v4.src_addr = v4_tbl[i].src_ip; in test_toeplitz_hash_calc()
126 tuple.v4.dst_addr = v4_tbl[i].dst_ip; in test_toeplitz_hash_calc()
127 tuple.v4.sport = v4_tbl[i].src_port; in test_toeplitz_hash_calc()
128 tuple.v4.dport = v4_tbl[i].dst_port; in test_toeplitz_hash_calc()
134 if ((rss_l3 != v4_tbl[i].hash_l3) || in test_toeplitz_hash_calc()
135 (rss_l3l4 != v4_tbl[i].hash_l3l4)) in test_toeplitz_hash_calc()
142 if ((rss_l3 != v4_tbl[i].hash_l3) || in test_toeplitz_hash_calc()
143 (rss_l3l4 != v4_tbl[i].hash_l3l4)) in test_toeplitz_hash_calc()
201 if ((rss_l3 != v4_tbl[i].hash_l3) || in test_toeplitz_hash_gfni()
[all …]