Open petro-rudenko opened 5 years ago
Fixes #31 For some reason on the user's system ibv_context->num_comp_vectors returns negative number (probably not initialized). To prevent DivisionByZeroException we can use the default value of 1, to assign CQ processing at least to 1 CPU.
ibv_context->num_comp_vectors
DivisionByZeroException
Fixes #31 For some reason on the user's system
ibv_context->num_comp_vectors
returns negative number (probably not initialized). To preventDivisionByZeroException
we can use the default value of 1, to assign CQ processing at least to 1 CPU.