I was running on CentOS 7.2 with vanilla-3.13.0, and some rdma APIs (e.g. rdma_create_id()) in MLNX_OFED-4.1 header files actually come from higher version kernel.
If you guys are able to compile/run IS with 4.1, please close this issue. If not, I'd suggest you guys try this out and remove the 4.1 from README.
Also, a decent error handling is really appreciated, especially for kernel modules. NO one wants a power cycle just for a BACKUP_DISK typo or rmmod.
Have you guys tried
MLNX_OFED-4.1
with IS?I was running on
CentOS 7.2
withvanilla-3.13.0
, and some rdma APIs (e.g.rdma_create_id()
) inMLNX_OFED-4.1
header files actually come from higher version kernel.If you guys are able to compile/run IS with 4.1, please close this issue. If not, I'd suggest you guys try this out and remove the 4.1 from README.
Also, a decent error handling is really appreciated, especially for kernel modules. NO one wants a power cycle just for a BACKUP_DISK typo or rmmod.