RDMA/mlx5: Separate flow steering logic from main.c
authorLeon Romanovsky <leonro@mellanox.com>
Thu, 2 Jul 2020 08:18:07 +0000 (11:18 +0300)
committerJason Gunthorpe <jgg@nvidia.com>
Tue, 7 Jul 2020 17:05:51 +0000 (14:05 -0300)
commitf7c4ffda0cbf7823915cbfebdbbe8460e7eeca67
treeedae00005a0a48faf9941affe5aba8c35f7ad358
parent64825827ae3a53e01fc9bb9483b1a2ed7cb2b657
RDMA/mlx5: Separate flow steering logic from main.c

Move flow steering logic to be in separate file and rename flow.c to be
fs.c because it is better describe the content.

Link: https://lore.kernel.org/r/20200702081809.423482-5-leon@kernel.org
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/mlx5/Makefile
drivers/infiniband/hw/mlx5/devx.c
drivers/infiniband/hw/mlx5/devx.h [new file with mode: 0644]
drivers/infiniband/hw/mlx5/flow.c [deleted file]
drivers/infiniband/hw/mlx5/fs.c [new file with mode: 0644]
drivers/infiniband/hw/mlx5/fs.h [new file with mode: 0644]
drivers/infiniband/hw/mlx5/main.c
drivers/infiniband/hw/mlx5/mlx5_ib.h