Re: [dpdk-dev] [PATCH 1/2] net/mlx5: fix shared inner RSS

2021-03-29 Thread Matan Azrad
From: Xiaoyu Min > The shared RSS action use the _tunnel_ information which is derived from flow > items to decide whether need to do inner RSS or not. > However, inner RSS should be decided by RSS level (>1) in configuration and > then to create TIR with 'IBV_RX_HASH_INNER' hash bit set. > > A

[dpdk-dev] [PATCH 1/2] net/mlx5: fix shared inner RSS

2021-03-25 Thread Xiaoyu Min
The shared RSS action use the _tunnel_ information which is derived from flow items to decide whether need to do inner RSS or not. However, inner RSS should be decided by RSS level (>1) in configuration and then to create TIR with 'IBV_RX_HASH_INNER' hash bit set. Also, for one shared RSS action t