Re: [Qemu-devel] [PATCH V10 7/9] hw/rdma: PVRDMA commands and data-path ops

2018-02-13 Thread Yanjun Zhu
On 2018/2/13 2:08, Marcel Apfelbaum wrote: From: Yuval Shaia First PVRDMA sub-module - implementation of the PVRDMA device. - PVRDMA commands such as create CQ and create MR. - Data path QP operations - post_send and post_recv. - Completion handler. Reviewed-by: Dotan Barak Signed-off-by: Y

[Qemu-devel] [PATCH V10 7/9] hw/rdma: PVRDMA commands and data-path ops

2018-02-12 Thread Marcel Apfelbaum
From: Yuval Shaia First PVRDMA sub-module - implementation of the PVRDMA device. - PVRDMA commands such as create CQ and create MR. - Data path QP operations - post_send and post_recv. - Completion handler. Reviewed-by: Dotan Barak Signed-off-by: Yuval Shaia Signed-off-by: Marcel Apfelbaum --