qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 09/23] hw/pvrdma: Set the correct opcode for


From: Marcel Apfelbaum
Subject: Re: [Qemu-devel] [PATCH v3 09/23] hw/pvrdma: Set the correct opcode for send completion
Date: Sat, 17 Nov 2018 14:07:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0



On 11/13/18 9:12 AM, Yuval Shaia wrote:
opcode for WC should be set by the device and not taken from work
element.

Signed-off-by: Yuval Shaia <address@hidden>
---
  hw/rdma/vmw/pvrdma_qp_ops.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/rdma/vmw/pvrdma_qp_ops.c b/hw/rdma/vmw/pvrdma_qp_ops.c
index 7b0f440fda..3388be1926 100644
--- a/hw/rdma/vmw/pvrdma_qp_ops.c
+++ b/hw/rdma/vmw/pvrdma_qp_ops.c
@@ -154,7 +154,7 @@ int pvrdma_qp_send(PVRDMADev *dev, uint32_t qp_handle)
          comp_ctx->cq_handle = qp->send_cq_handle;
          comp_ctx->cqe.wr_id = wqe->hdr.wr_id;
          comp_ctx->cqe.qp = qp_handle;
-        comp_ctx->cqe.opcode = wqe->hdr.opcode;
+        comp_ctx->cqe.opcode = IBV_WC_SEND;
rdma_backend_post_send(&dev->backend_dev, &qp->backend_qp, qp->qp_type,
                                 (struct ibv_sge *)&wqe->sge[0], 
wqe->hdr.num_sge,

Reviewed-by: Marcel Apfelbaum<address@hidden>
Thanks,
Marcel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]