Re: [dpdk-dev] [PATCH] net/mlx5: fix RSS flow action hash type selection

2018-08-13 Thread Yongseok Koh
> On Aug 12, 2018, at 4:14 AM, Shahaf Shuler 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 selec

[dpdk-dev] [PATCH] net/mlx5: fix RSS flow action hash type selection

2018-08-12 Thread Shahaf Shuler
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 wa