net/mlx5: fix flow mark action on port start
authorShahaf Shuler <shahafs@mellanox.com>
Wed, 15 Nov 2017 07:09:49 +0000 (09:09 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 15 Nov 2017 08:06:31 +0000 (09:06 +0100)
commit0384f21dffc9081d1ae30f0a6e49926bfc4be85d
tree928950e43df4ad6cfee2d1cf96a57c51863e16ab
parent1e447bcc61ec52005c3fac466d9c149be39979d2
net/mlx5: fix flow mark action on port start

Mark action flag was not set on the flow, causing the rx burst function
after port start to ignore the flow mark.

Fixes: 8086cf08b2f0 ("net/mlx5: handle RSS hash configuration in RSS flow")

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
drivers/net/mlx5/mlx5_flow.c