On 5/14/19 3:08 PM, Ilya Maximets wrote:
From: Liliia Butorina <[email protected]> Post-copy Live Migration for vHost supported since DPDK 18.11 and QEMU 2.12. New global config option 'vhost-postcopy-support' added to control this feature. Ex.: ovs-vsctl set Open_vSwitch . other_config:vhost-postcopy-support=true Changing this value requires restarting the daemon. It's safe to enable this knob even if QEMU doesn't support post-copy LM. Feature marked as experimental and disabled by default because it may cause PMD thread hang on destination host on page fault for the time of page downloading from the source. Feature is not compatible with 'mlockall' and 'dequeue zero-copy'. Support added only for vhost-user-client. Signed-off-by: Liliia Butorina <[email protected]> Co-authored-by: Ilya Maximets <[email protected]> Signed-off-by: Ilya Maximets <[email protected]> --- Documentation/topics/dpdk/vhost-user.rst | 53 +++++++++++++++++++++++- NEWS | 1 + lib/dpdk-stub.c | 6 +++ lib/dpdk.c | 18 ++++++++ lib/dpdk.h | 1 + lib/netdev-dpdk.c | 5 +++ vswitchd/vswitch.xml | 16 +++++++ 7 files changed, 99 insertions(+), 1 deletion(-)
Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
