Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_thash.c97 rss_l3 = rte_softrss((uint32_t *)&tuple, in test_thash()
99 rss_l3l4 = rte_softrss((uint32_t *)&tuple, in test_thash()
124 rss_l3 = rte_softrss((uint32_t *)&tuple, in test_thash()
126 rss_l3l4 = rte_softrss((uint32_t *)&tuple, in test_thash()
/f-stack/dpdk/lib/librte_hash/
H A Drte_thash.h180 rte_softrss(uint32_t *input_tuple, uint32_t input_len, in rte_softrss() function