From: Prasad J Pandit <[email protected]> Hello,
This is a revised version v2 of the earlier patch set to fix issues in the rdma/pvrdma backend. Update to include review comments from -> https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg02616.html Thank you. --- Prasad J Pandit (6): rdma: check num_sge does not exceed MAX_SGE pvrdma: add uar_read routine pvrdma: check number of pages when creating rings pvrdma: release ring object in case of an error rdma: remove unused VENDOR_ERR_NO_SGE macro pvrdma: check return value from pvrdma_idx_ring_has_ routines hw/rdma/rdma_backend.c | 15 ++++++----- hw/rdma/vmw/pvrdma_cmd.c | 47 +++++++++++++++++++++++++++-------- hw/rdma/vmw/pvrdma_dev_ring.c | 29 ++++++++------------- hw/rdma/vmw/pvrdma_main.c | 6 +++++ 4 files changed, 60 insertions(+), 37 deletions(-) -- 2.19.2
