summaryrefslogtreecommitdiffstats
path: root/include/uapi/rdma/Kbuild
diff options
context:
space:
mode:
authorLeon Romanovsky <leon@kernel.org>2016-09-22 16:31:11 +0200
committerDoug Ledford <dledford@redhat.com>2016-10-07 22:54:34 +0200
commit3085e29e2f832cbf77ddeeffe715809a31254b5f (patch)
tree06ee2da9f806241efee6e705023dbb5caf4762e7 /include/uapi/rdma/Kbuild
parentIB/{core,hw}: Add constant for node_desc (diff)
downloadlinux-3085e29e2f832cbf77ddeeffe715809a31254b5f.tar.xz
linux-3085e29e2f832cbf77ddeeffe715809a31254b5f.zip
IB/mlx5: Move and decouple user vendor structures
This patch decouples and moves vendors specific structures to common UAPI folder which will be visible to all consumers. These structures are used by user-space library driver (libmlx5) 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>
Diffstat (limited to 'include/uapi/rdma/Kbuild')
-rw-r--r--include/uapi/rdma/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/rdma/Kbuild b/include/uapi/rdma/Kbuild
index 4edb0f2b4f9f..e9b0ca24f29d 100644
--- a/include/uapi/rdma/Kbuild
+++ b/include/uapi/rdma/Kbuild
@@ -7,3 +7,4 @@ header-y += rdma_netlink.h
header-y += rdma_user_cm.h
header-y += hfi/
header-y += rdma_user_rxe.h
+header-y += mlx5-abi.h