Does anyone know what is the maximum size of a transfer using the verbs library?  I have a program which sends increasing amounts of data using ibv_post_send and it seems to be having trouble when I try and send > ~2MB.  Obviously, I can split this up into several communications, but I am unaware if there is a limit (or is it only limited by the amount of memory you can register?).<br>
<br>-Matt<br>