With it enabled by default, some systems fail to compile with: ``` hashpipe_ibverbs.c:265:18: error: 'IBV_EXP_CQ_INIT_ATTR_FLAGS' undeclared (first use in this function) .comp_mask = IBV_EXP_CQ_INIT_ATTR_FLAGS, ``` https://github.com/david-macmahon/hashpipe/blob/master/src/hashpipe_ibverbs.h#L14
With it enabled by default, some systems fail to compile with:
https://github.com/david-macmahon/hashpipe/blob/master/src/hashpipe_ibverbs.h#L14