]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: Move QP logic to mlx5_ib
authorLeon Romanovsky <leonro@mellanox.com>
Sat, 4 Apr 2020 07:40:24 +0000 (10:40 +0300)
committerLeon Romanovsky <leonro@mellanox.com>
Sun, 19 Apr 2020 12:53:21 +0000 (15:53 +0300)
commit1e988ba5f5b0a389a20a48ce155efb8705210abb
tree2aa2fd020a8f765b2c8a8475beff1beb5f95579f
parentb81fd934c8e798a581aa39b7eb61fc78f10c1abb
net/mlx5: Move QP logic to mlx5_ib

The mlx5_core doesn't need any functionality coded in qp.c, so move
that file to drivers/infiniband/ be under mlx5_ib responsibility.

Reviewed-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
17 files changed:
drivers/infiniband/hw/mlx5/Makefile
drivers/infiniband/hw/mlx5/cq.c
drivers/infiniband/hw/mlx5/devx.c
drivers/infiniband/hw/mlx5/main.c
drivers/infiniband/hw/mlx5/mlx5_ib.h
drivers/infiniband/hw/mlx5/odp.c
drivers/infiniband/hw/mlx5/qp.c
drivers/infiniband/hw/mlx5/qp.h [new file with mode: 0644]
drivers/infiniband/hw/mlx5/qpc.c [new file with mode: 0644]
drivers/infiniband/hw/mlx5/srq_cmd.c
drivers/net/ethernet/mellanox/mlx5/core/Makefile
drivers/net/ethernet/mellanox/mlx5/core/debugfs.c
drivers/net/ethernet/mellanox/mlx5/core/main.c
drivers/net/ethernet/mellanox/mlx5/core/qp.c [deleted file]
include/linux/mlx5/cmd.h [deleted file]
include/linux/mlx5/driver.h
include/linux/mlx5/qp.h