diff options
author | Leon Romanovsky <leon@kernel.org> | 2016-09-22 17:31:11 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-10-07 16:54:34 -0400 |
commit | 3085e29e2f832cbf77ddeeffe715809a31254b5f (patch) | |
tree | 06ee2da9f806241efee6e705023dbb5caf4762e7 /MAINTAINERS | |
parent | bd99fdea420b00925e9b83a50f2ccc5e1f07ef7d (diff) | |
download | linux-3085e29e2f832cbf77ddeeffe715809a31254b5f.tar.gz linux-3085e29e2f832cbf77ddeeffe715809a31254b5f.tar.bz2 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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 87e23cda8dc1..e76efbc414cd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7819,6 +7819,7 @@ Q: http://patchwork.ozlabs.org/project/netdev/list/ S: Supported F: drivers/net/ethernet/mellanox/mlx5/core/ F: include/linux/mlx5/ +F: include/uapi/rdma/mlx5-abi.h MELLANOX MLX5 IB driver M: Matan Barak <matanb@mellanox.com> |