Hi, Please review the following patch-set which consist of cosmetics fixes to device's user interface (traces, error_report and monitor) and some bug fixes.
Thanks, Yuval Yuval Shaia (10): hw/rdma: Switch to generic error reporting way hw/rdma: Introduce locked qlist hw/rdma: Warn when too many consecutive poll CQ triggered on an empty CQ hw/rdma: Protect against concurrent execution of poll_cq hw/pvrdma: Add device statistics counters hw/pvrdma: Dump device statistics counters to file monitor: Expose pvrdma device statistics counters hw/rdma: Free all MAD receive buffers when device is closed hw/rdma: Free all receive buffers when QP is destroyed hw/pvrdma: Delete unneeded function argument hmp-commands-info.hx | 14 + hw/rdma/rdma_backend.c | 474 +++++++++++++++++----------------- hw/rdma/rdma_backend.h | 6 +- hw/rdma/rdma_backend_defs.h | 9 +- hw/rdma/rdma_rm.c | 134 +++++----- hw/rdma/rdma_rm_defs.h | 28 +- hw/rdma/rdma_utils.c | 50 +++- hw/rdma/rdma_utils.h | 52 ++-- hw/rdma/trace-events | 32 ++- hw/rdma/vmw/pvrdma.h | 8 +- hw/rdma/vmw/pvrdma_cmd.c | 113 +++----- hw/rdma/vmw/pvrdma_dev_ring.c | 26 +- hw/rdma/vmw/pvrdma_main.c | 207 +++++++++------ hw/rdma/vmw/pvrdma_qp_ops.c | 76 +++--- hw/rdma/vmw/trace-events | 16 +- monitor.c | 6 + 16 files changed, 655 insertions(+), 596 deletions(-) -- 2.17.2