[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH V9 3/4] pvrdma: initial implementation
From: |
Dotan Barak |
Subject: |
Re: [Qemu-devel] [PATCH V9 3/4] pvrdma: initial implementation |
Date: |
Fri, 2 Feb 2018 12:08:59 +0000 (UTC) |
Reviewed-by: Dotan Barak <address@hidden>
From: Marcel Apfelbaum <address@hidden>
To: address@hidden
Cc: address@hidden; address@hidden; address@hidden; address@hidden;
address@hidden; address@hidden; address@hidden
Sent: Thursday, February 1, 2018 10:55 PM
Subject: [Qemu-devel] [PATCH V9 3/4] pvrdma: initial implementation
From: Yuval Shaia <address@hidden>
PVRDMA is the QEMU implementation of VMware's paravirtualized RDMA device.
It works with its Linux Kernel driver AS IS, no need for any special guest
modifications.
While it complies with the VMware device, it can also communicate with bare
metal RDMA-enabled machines and does not require an RDMA HCA in the host, it
can work with Soft-RoCE (rxe).
It does not require the whole guest RAM to be pinned allowing memory
over-commit and, even if not implemented yet, migration support will be
possible with some HW assistance.
Signed-off-by: Yuval Shaia <address@hidden>
Signed-off-by: Marcel Apfelbaum <address@hidden>