net/mlx5: fix flow priority for queue action
authorNélio Laranjeiro <nelio.laranjeiro@6wind.com>
Mon, 23 Oct 2017 11:17:55 +0000 (13:17 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 26 Oct 2017 00:33:01 +0000 (02:33 +0200)
commit643456761d7557d183ba3195049eeaebfd5c687e
treea915263a01782da138f436a72ea9e8aa3183f37b
parent9dda3e3393c205af53d83edbfc68eaf06d913f98
net/mlx5: fix flow priority for queue action

Priority is wrongly configured when the action is queue, using the
Ethernet layer priority instead of the most specific layer found.

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

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