Hash rss value with mprq_en=1 device parameter
Dmitry Kozlyuk
dkozlyuk at nvidia.com
Wed Feb 23 11:48:14 CET 2022
Looks like a case described in PMD docs
(https://doc.dpdk.org/guides/nics/mlx5.html):
If Multi-Packet Rx queue is configured (mprq_en) and Rx CQE compression
is enabled (rxq_cqe_comp_en) at the same time, RSS hash result is not
fully supported. Some Rx packets may not have RTE_MBUF_F_RX_RSS_HASH.
I recommend checking that page in general, because mlx5 PMD supports many
features, but not all combinations of them.
More information about the users
mailing list