Searched refs:rte_softrss (Results 1 – 5 of 5) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_thash.c | 130 rss_l3 = rte_softrss((uint32_t *)&tuple, in test_toeplitz_hash_calc() 132 rss_l3l4 = rte_softrss((uint32_t *)&tuple, in test_toeplitz_hash_calc() 157 rss_l3 = rte_softrss((uint32_t *)&tuple, in test_toeplitz_hash_calc() 159 rss_l3l4 = rte_softrss((uint32_t *)&tuple, in test_toeplitz_hash_calc() 371 hash_1 = rte_softrss(arr_softrss, RTE_DIM(arr), big_rss_key); in test_big_tuple_gfni() 610 orig_hash = rte_softrss((uint32_t *)&tuple, in test_predictable_rss_min_seq() 618 adj_hash = rte_softrss((uint32_t *)&tuple, in test_predictable_rss_min_seq() 699 hashes[i] = rte_softrss(ptr, 4, new_key); in test_predictable_rss_multirange() 711 adj_hashes[i] = rte_softrss(ptr, 4, new_key); in test_predictable_rss_multirange() 771 hash = rte_softrss(tmp_tuple, TUPLE_SZ / 4, new_key); in test_adjust_tuple() [all …]
|
| H A D | test_thash_perf.c | 52 hash ^= rte_softrss(tuples[j], len / in run_rss_calc()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | toeplitz_hash_lib.rst | 24 * ``rte_softrss()`` 37 The ``rte_softrss()`` function expects the ``rss_key`` 298 uint32_t orig_hash = rte_softrss((uint32_t *)&tuple, RTE_THASH_V4_L4_LEN, new_key); 306 uint32_t rev_hash = rte_softrss((uint32_t *)&rev_tuple, RTE_THASH_V4_L4_LEN, new_key);
|
| /dpdk/lib/hash/ |
| H A D | rte_thash.h | 177 rte_softrss(uint32_t *input_tuple, uint32_t input_len, in rte_softrss() function
|
| H A D | rte_thash.c | 791 hash = rte_softrss(tmp_tuple, tuple_len / 4, hash_key); in rte_thash_adjust_tuple()
|