Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx.c1310 uint32_t rss_hash_res = 0; in rxq_cq_to_mbuf() local
1315 rss_hash_res = rte_be_to_cpu_32(cqe->rx_hash_res); in rxq_cq_to_mbuf()
1317 rss_hash_res = rte_be_to_cpu_32(mcqe->rx_hash_result); in rxq_cq_to_mbuf()
1318 if (rss_hash_res) { in rxq_cq_to_mbuf()
1319 pkt->hash.rss = rss_hash_res; in rxq_cq_to_mbuf()