Re: [RFC PATCH 0/6] migration: Multi-thread compression with zstd method

2020-11-15 Thread Zeyu Jin
On 2020/11/9 17:08, Zeyu Jin wrote: > Currently we have both multi-thread compression and multifd to optimize > live migration in Qemu. Mulit-thread compression deals with the situation > where network bandwith is limited but cpu resource adequate. Multifd instead > aims to take full advantage of n

[RFC PATCH 0/6] migration: Multi-thread compression with zstd method

2020-11-09 Thread Zeyu Jin
Currently we have both multi-thread compression and multifd to optimize live migration in Qemu. Mulit-thread compression deals with the situation where network bandwith is limited but cpu resource adequate. Multifd instead aims to take full advantage of network bandwith. Moreover it supports both z