]> git.proxmox.com Git - mirror_qemu.git/commit
hw/rdma: Modify create/destroy QP to support SRQ
authorKamal Heib <kamalheib1@gmail.com>
Wed, 3 Apr 2019 11:33:42 +0000 (14:33 +0300)
committerMarcel Apfelbaum <marcel.apfelbaum@gmail.com>
Sat, 4 May 2019 12:55:56 +0000 (15:55 +0300)
commit8b42cfab82f404389746dc71852dc88eacb40e8e
tree620d73d27b98bb2ff80f79ed4f72301e44b0ebd4
parentcdc84058bc6412179b22ce61f29db104cfcba9fc
hw/rdma: Modify create/destroy QP to support SRQ

Modify create/destroy QP to support shared receive queue and rearrange
the destroy_qp() code to avoid touching the QP after calling
rdma_rm_dealloc_qp().

Signed-off-by: Kamal Heib <kamalheib1@gmail.com>
Message-Id: <20190403113343.26384-4-kamalheib1@gmail.com>
Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
hw/rdma/rdma_backend.c
hw/rdma/rdma_backend.h
hw/rdma/rdma_rm.c
hw/rdma/rdma_rm.h
hw/rdma/rdma_rm_defs.h
hw/rdma/vmw/pvrdma_cmd.c