[dpdk-dev] [PATCH 2/2] net/mlx5: fix missing shared RSS hash types

2021-03-25 Thread Xiaoyu Min
Shared RSS action create all supported RSS hash combination in advance and lookup the right hash TIR when flow is actually applied by comparing hash field value. Unfortunately some hash combination is missed, for example, UDP/TCP dest port only, L3-src-only, etc. This patch add the missing hash c

Re: [dpdk-dev] [PATCH 2/2] net/mlx5: fix missing shared RSS hash types

2021-03-29 Thread Matan Azrad
From: Xiaoyu Min > Shared RSS action create all supported RSS hash combination in advance and > lookup the right hash TIR when flow is actually applied by comparing hash > field > value. > > Unfortunately some hash combination is missed, for example, UDP/TCP dest > port only, L3-src-only, etc.