> On Aug 14, 2018, at 4:17 AM, Shahaf Shuler <[email protected]> wrote:
> 
> 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: 592f05b29a25 ("net/mlx5: add RSS flow action")
> Fixes: fd0b70316bca ("net/mlx5: support inner RSS computation")
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]
> 
> Reported-by: Yaroslav Brustinov <[email protected]>
> Signed-off-by: Shahaf Shuler <[email protected]>
> ---

Acked-by: Yongseok Koh <[email protected]>
 
Thanks

Reply via email to