From: Leon Romanovsky Date: Sun, 25 Mar 2018 06:38:56 +0000 (+0300) Subject: rdma: Move RDMA UAPI header file to be under RDMA responsibility X-Git-Tag: v4.17.0~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c6962cfaff939ab7a424916716618b4c4c05240;p=thirdparty%2Fiproute2.git rdma: Move RDMA UAPI header file to be under RDMA responsibility In iproute2 package, the updates of UAPIs files are performed after the needed feature lands in kernel's net-next tree. Such development flow created delays to the rdma tool developers, who uses rdma-next tree as a basis for their work. Move RDMA UAPI file to be under rdma/ folder, so whole responsibility of syncing this file will be on them. Signed-off-by: Leon Romanovsky Reviewed-by: Steve Wise Signed-off-by: David Ahern --- diff --git a/rdma/Makefile b/rdma/Makefile index 360f09b27..819fcbe37 100644 --- a/rdma/Makefile +++ b/rdma/Makefile @@ -4,6 +4,7 @@ include ../config.mk TARGETS := ifeq ($(HAVE_MNL),y) +CFLAGS += -I./include/uapi/ RDMA_OBJ = rdma.o utils.o dev.o link.o res.o diff --git a/include/uapi/rdma/rdma_netlink.h b/rdma/include/uapi/rdma/rdma_netlink.h similarity index 100% rename from include/uapi/rdma/rdma_netlink.h rename to rdma/include/uapi/rdma/rdma_netlink.h