numam-dpdk/drivers
Shahaf Shuler b8ac090835 net/mlx5: fix RSS flow action hash type selection
On the code after the below commits, the criteria to select the IPV4 or
IPV6 hash functions was the existence of some ETH_RSS_IPV4 RSS types on
the flow rule.

The check is wrong. For example ETH_RSS_NONFRAG_IPV4_TCP will not select
the IPV4 hash which will cause the packet to be spread in a bad way.

Fix it by adding the corresponding types needed for each hash selection.

Fixes: 592f05b29a ("net/mlx5: add RSS flow action")
Fixes: fd0b70316b ("net/mlx5: support inner RSS computation")
Cc: stable@dpdk.org

Reported-by: Yaroslav Brustinov <ybrustin@cisco.com>
Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Yongseok Koh <yskoh@mellanox.com>
2018-08-28 15:27:39 +02:00
..
baseband baseband/turbo_sw: update for FlexRAN 1.6.0 2018-07-25 08:22:14 +02:00
bus bus/vmbus: add host latency tuning function 2018-08-28 15:27:39 +02:00
common common/qat: fix offset greater than first segment 2018-08-03 09:14:24 +02:00
compress common/qat: fix offset greater than first segment 2018-08-03 09:14:24 +02:00
crypto common/qat: fix offset greater than first segment 2018-08-03 09:14:24 +02:00
event event/octeontx: remove unnecessary port start and stop 2018-07-25 14:29:17 +02:00
mempool bus/fslmc: fix undefined reference of memsegs 2018-08-27 14:14:27 +02:00
net net/mlx5: fix RSS flow action hash type selection 2018-08-28 15:27:39 +02:00
raw raw/skeleton: implement queue count API 2018-08-01 18:25:30 +02:00
Makefile crypto/qat: move common qat files to common dir 2018-07-11 00:55:30 +02:00
meson.build build: remove duplicate checks for cflags 2018-07-26 10:09:20 +02:00