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

This patch moves ocrdma 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.

In addition, it changes types to be __uXX instead of uXX.

Signed-off-by: Leon Romanovsky <leon@kernel.org>
Acked-By: Devesh Sharma <devesh.sharma@broadcom.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
MAINTAINERS
drivers/infiniband/hw/ocrdma/ocrdma_abi.h [deleted file]
drivers/infiniband/hw/ocrdma/ocrdma_main.c
drivers/infiniband/hw/ocrdma/ocrdma_verbs.c
include/uapi/rdma/Kbuild
include/uapi/rdma/ocrdma-abi.h [new file with mode: 0644]