net/mlx5: move flow priority discovery to Verbs file
authorOphir Munk <ophirmu@mellanox.com>
Sun, 19 Jul 2020 10:18:09 +0000 (10:18 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 21 Jul 2020 13:46:30 +0000 (15:46 +0200)
commit3eca5f8a610eb29365d251b02b7e70461bbcba42
tree1559afb0dfb2e65c7eca8b162df958ec7d6a47e5
parent50f95b23c9ba8237a7f376e2e90d4bfa04a3bab6
net/mlx5: move flow priority discovery to Verbs file

Function calls mlx5_flow_adjust_priority() and
mlx5_flow_discover_priorities() are Verbs based. Move them from file
mlx5_flow.c to file mlx5_flow_verbs.c

Signed-off-by: Ophir Munk <ophirmu@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
drivers/net/mlx5/mlx5.h
drivers/net/mlx5/mlx5_flow.c
drivers/net/mlx5/mlx5_flow.h
drivers/net/mlx5/mlx5_flow_verbs.c