net/mlx5: fix RSS hash result for flows
authorNélio Laranjeiro <nelio.laranjeiro@6wind.com>
Wed, 28 Dec 2016 09:58:31 +0000 (10:58 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 17 Jan 2017 18:40:52 +0000 (19:40 +0100)
commit36ba0c0097c6aaf969fe520f91352e772a143904
tree88ebaf9bc331a13798cde1bf3e5ffdfcb68dddf1
parentdffca2eb550f1964e8df6923b6b38a457b79939a
net/mlx5: fix RSS hash result for flows

Flows redirected to a specific queue do not have a valid RSS hash result
and the related mbuf flag must not be set.

Fixes: ecf60761fc2a ("net/mlx5: return RSS hash result in mbuf")

Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
drivers/net/mlx5/mlx5_rxtx.c