RDMA/mlx5: Reduce QP table exposure
authorLeon Romanovsky <leonro@nvidia.com>
Mon, 5 Jun 2023 10:14:05 +0000 (13:14 +0300)
committerLeon Romanovsky <leon@kernel.org>
Sun, 11 Jun 2023 08:21:28 +0000 (11:21 +0300)
commit2ecfd946169e7f56534db2a5f6935858be3005ba
tree1e5cfbc04723f8730843efa094bace27c4333fd0
parentc023b61ac8285dc6b2b2f275bf9d97cfd36b56fb
RDMA/mlx5: Reduce QP table exposure

driver.h is common header to whole mlx5 code base, but struct
mlx5_qp_table is used in mlx5_ib driver only. So move that struct
to be under sole responsibility of mlx5_ib.

Link: https://lore.kernel.org/r/bec0dc1158e795813b135d1143147977f26bf668.1685953497.git.leon@kernel.org
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
drivers/infiniband/hw/mlx5/mlx5_ib.h
drivers/infiniband/hw/mlx5/qp.h
include/linux/mlx5/driver.h