> On Aug 14, 2018, at 4:17 AM, Shahaf Shuler <shah...@mellanox.com> 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: sta...@dpdk.org > Cc: nelio.laranje...@6wind.com > Cc: or...@mellanox.com > > Reported-by: Yaroslav Brustinov <ybrus...@cisco.com> > Signed-off-by: Shahaf Shuler <shah...@mellanox.com> > ---
Acked-by: Yongseok Koh <ys...@mellanox.com> Thanks