On Mon, Nov 20, 2017 at 11:53:24AM +0100, Christoph Hellwig wrote: > > + req->cqe.status = cqe->status; > > + req->cqe.result = cqe->result; > > I think we'll need to do a memcpy of the whole CQE here. Or we could just store the status and results fields in the nvme_rdma_request.