Features/RDMALiveMigration: Difference between revisions
(Created page with 'TBD') |
No edit summary |
||
Line 1: | Line 1: | ||
== summary == | |||
Live migration using RDMA instead of TCP. | |||
== owner == | |||
* '''Name:''' [[User:Michael Hines|Michael Hines]] | |||
* ''' Email:''' mrhines@us.ibm.com | |||
== description == | |||
Uses standard OFED software stack, which supports both RoCE and Infiniband. | |||
== design == | |||
TBD | TBD | ||
== TODO == | |||
* Integrate with XOR-based run-length encoding (if possible) | |||
* Stop skipping the zero-pages check | |||
== links == | |||
* [http://www.canturkisci.com/ETC/papers/IBMJRD2011/preprint.pdf Original RDMA Live Migration Paper] |
Revision as of 17:28, 8 February 2013
summary
Live migration using RDMA instead of TCP.
owner
- Name: Michael Hines
- Email: mrhines@us.ibm.com
description
Uses standard OFED software stack, which supports both RoCE and Infiniband.
design
TBD
TODO
- Integrate with XOR-based run-length encoding (if possible)
- Stop skipping the zero-pages check