On Wed, Nov 10, 2010 at 02:39:03PM +0000, Jonathan Rosser wrote: > >Continually posting sends and recvs will get you into trouble, you > >will run out of recvs and get RNR's. These days the wisdom for > >implementing RDMA is that you should have explicit message flow > > OK - I appreciate that a real world protocol ought to have flow > control rather than just send as fast as possible. I've been trying > to exercise the interfaces as far as possible and make sure my RDMA > implementation is solid before building something real on top of it.
With iWarp if you send more than the receiver is able to receive you will break the connection with an error. Some kind of flow control scheme is mandatory.. Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
