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

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

These structures are used by user-space library driver
(libmthca) 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>
drivers/infiniband/hw/mthca/mthca_provider.c
include/uapi/rdma/Kbuild
include/uapi/rdma/mthca-abi.h [new file with mode: 0644]