commit | 1cff33069a4a1ac9ed080756113ecd17ad408282 | [log] [tgz] |
---|---|---|
author | Simon Derr <simon.derr@bull.net> | Fri Jun 21 15:32:42 2013 +0200 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Sun Jul 07 22:04:36 2013 -0500 |
tree | bc7c5e50fb6ad102b16b93da9263fc36506d5d32 | |
parent | 2f52d07cb75d96fcbb5b9ab72938590fa9ffb19d [diff] |
9P/RDMA: count posted buffers without a pending request 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>