c - ibv_post_recv() return -1 instead of errno -
function ibv_post_recv() return -1, according documentation should return errno.
how know fail reason in case?
best regards,
it returns -1 and sets errno. check errno value when function returns.
function ibv_post_recv() return -1, according documentation should return errno.
how know fail reason in case?
best regards,
it returns -1 and sets errno. check errno value when function returns.
Comments
Post a Comment