9P/RDMA: count posted buffers without a pending request
authorSimon Derr <simon.derr@bull.net>
Fri, 21 Jun 2013 13:32:42 +0000 (15:32 +0200)
committerEric Van Hensbergen <ericvh@gmail.com>
Mon, 8 Jul 2013 03:04:36 +0000 (22:04 -0500)
In rdma_request():

If an error occurs between posting the recv and the send,
there will be a reply context posted without a pending
request.
Since there is no way to "un-post" it, we remember it and
skip post_recv() for the next request.

Signed-off-by: Simon Derr <simon.derr@bull.net>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>

No differences found