OSDN Git Service

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)
commit333fbaa0255b8d471fc7ae767ef3a1766c732d6d
tree2aa2fd020a8f765b2c8a8475beff1beb5f95579f
parent42f9bbd11278d0a270a75998f5c0d21e7b37c521
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>
16 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 [moved from drivers/net/ethernet/mellanox/mlx5/core/qp.c with 59% similarity]
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
include/linux/mlx5/cmd.h [deleted file]
include/linux/mlx5/driver.h
include/linux/mlx5/qp.h