[PATCH] nvmet-rdma: Don't use the inline buffer in order to avoid allocation for small reads
From: Jason Gunthorpe <hidden>
Date: 2016-08-02 16:15:26
Also in:
linux-rdma
From: Jason Gunthorpe <hidden>
Date: 2016-08-02 16:15:26
Also in:
linux-rdma
On Tue, Aug 02, 2016@04:38:58PM +0300, Sagi Grimberg wrote:
that is currently being sent (its a rare race condition, but theoretically possible). The reason is that we repost the inline data buffer for receive before we post the send request. We used to have
?? The same buffer is posted at the same time for send and recv? That is never OK, SRQ or not. Jason