Home
last modified time | relevance | path

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

/dpdk/drivers/net/tap/
H A Dtap_bpf_program.c101 rte_softrss_be(const __u32 *input_tuple, const uint8_t *rss_key, in rte_softrss_be() function
176 hash = rte_softrss_be((__u32 *)&v4_tuple, key, 3); in rss_l3_l4()
202 hash = rte_softrss_be((__u32 *)&v6_tuple, key, 9); in rss_l3_l4()
/dpdk/app/test/
H A Dtest_thash.c138 rss_l3 = rte_softrss_be((uint32_t *)&tuple, in test_toeplitz_hash_calc()
140 rss_l3l4 = rte_softrss_be((uint32_t *)&tuple, in test_toeplitz_hash_calc()
165 rss_l3 = rte_softrss_be((uint32_t *)&tuple, in test_toeplitz_hash_calc()
167 rss_l3l4 = rte_softrss_be((uint32_t *)&tuple, in test_toeplitz_hash_calc()
H A Dtest_thash_perf.c55 hash ^= rte_softrss_be(tuples[j], len / in run_rss_calc()
/dpdk/lib/hash/
H A Drte_thash.h207 rte_softrss_be(uint32_t *input_tuple, uint32_t input_len, in rte_softrss_be() function
/dpdk/doc/guides/prog_guide/
H A Dtoeplitz_hash_lib.rst25 * ``rte_softrss_be()``
39 The ``rte_softrss_be`` function is a faster implementation,
/dpdk/lib/eventdev/
H A Drte_event_eth_rx_adapter.c757 return rte_softrss_be(tuple, input_len, rss_key_be); in rxa_do_softrss()