Internships/ProjectIdeas/PVRDMALiveMigration: Difference between revisions

From QEMU
(Created page with "=== PVRDMA Live Migration === '''Summary:''' Add live migration support for the PVRDMA device. The PVRDMA device allows Virtual Machines to use RoCE (RDMA over Converged...")
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=== PVRDMA Live Migration ===
=== PVRDMA Live Migration ===
'''Status:''' Sukrit Bhatnagar is working on this project for GSoC.
'''Summary:''' Add live migration support for the PVRDMA device.
   
   
'''Summary:''' Add live migration support for the PVRDMA device.
The PVRDMA device allows Virtual Machines to use RoCE (RDMA over Converged Ethernet) without assigning a physical device (or a virtual function in SR-IOV case).
The big wins are we don't need to pin the VM memory in RAM and the device can support Live Migration. This project addresses the latter point.
The PVRDMA device allows Virtual Machines to use RoCE (RDMA over Converged Ethernet) without assigning a physical device.  
 
While the PVRDMA device can be used in a hybrid environment where the nodes can be a bare-metal machine or a VM, this project aims to
enable Live Migration only if all the nodes are VMs.
 
The above assumption allows a relatively easy approach by creating a QEMU protocol for broadcasting/receiving notifications during Live Migration.
Since RoCE uses Ethernet as the data link layer and QEMU already supports Live Migration for emulated Ethernet devices, the project will concentrate
on passing the device state from source to destination and on the protocol mentioned above.
 
    
    
'''Links:'''
'''Links:'''
* Wiki links to relevant material
* https://github.com/qemu/qemu/blob/master/docs/pvrdma.txt
* External links to mailing lists or web sites
* http://events.linuxfoundation.org/sites/events/files/slides/lpc-2017-pvrdma-marcel-apfelbaum-yuval-shaia.pdf
* https://github.com/qemu/qemu/tree/master/hw/rdma
   
   
'''Details:'''
'''Details:'''
* Skill level: intermediate
* Skill level: intermediate
* Language: C
* Language: C
* Mentor: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Yuval Shaia <yuval.shaia@oracle.com>
* Mentor: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Yuval Shaia <yuval.shaia@oracle.com>
\

Latest revision as of 15:17, 17 May 2019

PVRDMA Live Migration

Status: Sukrit Bhatnagar is working on this project for GSoC.

Summary: Add live migration support for the PVRDMA device.

The PVRDMA device allows Virtual Machines to use RoCE (RDMA over Converged Ethernet) without assigning a physical device (or a virtual function in SR-IOV case). The big wins are we don't need to pin the VM memory in RAM and the device can support Live Migration. This project addresses the latter point.

While the PVRDMA device can be used in a hybrid environment where the nodes can be a bare-metal machine or a VM, this project aims to enable Live Migration only if all the nodes are VMs.

The above assumption allows a relatively easy approach by creating a QEMU protocol for broadcasting/receiving notifications during Live Migration. Since RoCE uses Ethernet as the data link layer and QEMU already supports Live Migration for emulated Ethernet devices, the project will concentrate on passing the device state from source to destination and on the protocol mentioned above.


Links:

Details:

  • Skill level: intermediate
  • Language: C
  • Mentor: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Yuval Shaia <yuval.shaia@oracle.com>