zrlio / disni

DiSNI: Direct Storage and Networking Interface
Apache License 2.0
186 stars 66 forks source link

Expose ibv_context->num_comp_vectors #12

Closed yuvaldeg closed 7 years ago

yuvaldeg commented 7 years ago

Added a getter function to libdisni: _getContextNumCompVectors - interface version incremented to 32 Exposing num_comp_vectors allows DiSNI consumers to check the maximum number of CPU vectors that is allowed to be used in ibv_create_cq().

patrickstuedi commented 7 years ago

Thanks, this looks good!