<div>hi,</div>
<div>I am writing a program calling <strong>ibv_post_send</strong> to RDMA write data to other node with <strong>IBV_SEND_SIGNALED</strong> option. </div>
<div> </div>
<div>IBV_SEND_INLINE can be used with IBV_SEND_INLINE .<strong>IBV_SEND_INLINE</strong> is to say that the buffer can be used immediately. If the packet is small enough ,then it is very good to use  IBV_SEND_INLINE. </div>

<div> </div>
<div>while I send big data and dont use IBV_SEND_INLINE option ,So I must wait a while before I can use this same buffer to post data again.In fact some errors will be reported if there is no wait. SO I want to know how long should I wait? And I think explicit wait is not the correct solution to deal with such condition. </div>

<div> </div>
<div>Can someone help me ?</div>
<div> </div>
<div> </div>