+0
−4
+1
−4
Loading
Some definitions in spdk/nvme.h were hidden behind a CONFIG that other libraries can't compile against a "clean" SPDK repository's headers because spdk/config.h is missing. Just remove the use of that #define from the header. That means the RDMA stuff is declared, but it is never called and never implemented when RDMA is off, so it is just stripped out by the linker anyway. Change-Id: I72ce4902eb327fc4a893ba78503fe0f9c6f6ee3f Signed-off-by:Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/463245 Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Paul Luse <paul.e.luse@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>