Hi, Please review some changes i've made for pvrdma device. v1 -> v2: * Fix various stuff pointed by Marcel * Add Marcel's r-b
Yuval Shaia (13): hw/rdma: Make distinction between device init and start modes hw/pvrdma: Bugfix - provide the correct attr_mask to query_qp hw/rdma: Modify debug macros hw/pvrdma: Clean CQE before use hw/pvrdma: Make default pkey 0xFFFF hw/rdma: Delete useless structure RdmaRmUserMR hw/rdma: Do not allocate memory for non-dma MR hw/rdma: Reorder resource cleanup hw/pvrdma: Cosmetic change - indent right hw/rdma: Cosmetic change - move to generic function hw/rdma: Print backend QP number in hex format hw/rdma: Bugfix - Support non-aligned buffers hw/rdma: Add reference to pci_dev in backend_dev hw/rdma/rdma_backend.c | 105 +++++++++++++++++++++------ hw/rdma/rdma_backend.h | 4 +- hw/rdma/rdma_backend_defs.h | 3 +- hw/rdma/rdma_rm.c | 69 ++++++++---------- hw/rdma/rdma_rm_defs.h | 10 +-- hw/rdma/rdma_utils.c | 4 ++ hw/rdma/rdma_utils.h | 16 +++-- hw/rdma/vmw/pvrdma.h | 3 + hw/rdma/vmw/pvrdma_cmd.c | 8 ++- hw/rdma/vmw/pvrdma_main.c | 137 +++++++++++++++++++++--------------- hw/rdma/vmw/pvrdma_qp_ops.c | 5 +- 11 files changed, 228 insertions(+), 136 deletions(-) -- 2.17.1