IB/mlx4: Move user vendor structures
authorLeon Romanovsky <leon@kernel.org>
Thu, 22 Sep 2016 14:31:14 +0000 (17:31 +0300)
committerDoug Ledford <dledford@redhat.com>
Fri, 7 Oct 2016 20:54:36 +0000 (16:54 -0400)
commit9ce28a20eec551cfc032c87cd31a05c14d11155d
tree185d5bb21d0a4629bce3f7f091b2ca60aa3c299c
parente44ee2fd9845a86b0c7e8742672ae5ba6d7d34ee
IB/mlx4: Move user vendor structures

This patch moves mlx4 vendor's specific structures to
common UAPI folder which will be visible to all consumers.

These structures are used by user-space library driver
(libmlx4) and currently manually copied to that library.

This move will allow cross-compile against these files and
simplify introduction of vendor specific data.

Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
MAINTAINERS
drivers/infiniband/hw/mlx4/cq.c
drivers/infiniband/hw/mlx4/main.c
drivers/infiniband/hw/mlx4/qp.c
drivers/infiniband/hw/mlx4/srq.c
drivers/infiniband/hw/mlx4/user.h [deleted file]
include/uapi/rdma/Kbuild
include/uapi/rdma/mlx4-abi.h [new file with mode: 0644]