We are running server and client, where we are sending some data to server. When we start server, it will start polling 'ibv_poll_cq' waiting for notification from client. But client would have already already posted its data using 'ibv_post_send' and it will come out without any error and server will be in loop.
↧