On Tue, Aug 09, 2016 at 07:39:29PM +0300, Matan Barak wrote: > From: Leon Romanovsky > > Place all external RDMA IOCTL declarations into one UAPI exported > header file and move all legacy MAD commands to that file. > > Signed-off-by: Matan Barak > Signed-off-by: Haggai Eran > Signed-off-by: Leon Romanovsky > --- > drivers/infiniband/core/user_mad.c | 2 +- > include/rdma/rdma_ioctl.h | 38 ++++++++++++++++++++++++ > include/uapi/rdma/Kbuild | 1 + > include/uapi/rdma/ib_user_mad.h | 12 -------- > include/uapi/rdma/rdma_user_ioctl.h | 59 +++++++++++++++++++++++++++++++++++++ > 5 files changed, 99 insertions(+), 13 deletions(-) > create mode 100644 include/rdma/rdma_ioctl.h > create mode 100644 include/uapi/rdma/rdma_user_ioctl.h Regarding this patch, We created proper series instead of this one and will submit in near future. Thanks.