On 02/02/2018 14:08, Dotan Barak wrote: > Reviewed-by: Dotan Barak <[email protected]> >
The Mellanox review for the RDMA code is very much appreciated! Thanks Dotan, we know you put much effort into it and the V9 re-spin quality just went up :) Marcel > ------------------------------------------------------------------------------------------------------------------------ > *From:* Marcel Apfelbaum <[email protected]> > *To:* [email protected] > *Cc:* [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected] > *Sent:* Thursday, February 1, 2018 10:55 PM > *Subject:* [Qemu-devel] [PATCH V9 3/4] pvrdma: initial implementation > > From: Yuval Shaia <[email protected] <mailto:[email protected]>> > > 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 <[email protected] > <mailto:[email protected]>> > Signed-off-by: Marcel Apfelbaum <[email protected] <mailto:[email protected]>> > > >
