Re: [PATCH v2 5/5] migration: Disable multifd explicitly with compression

2022-11-14 Thread Juan Quintela
Peter Xu wrote: > Multifd thread model does not work for compression, explicitly disable it. > > Note that previuosly even we can enable both of them, nothing will go > wrong, because the compression code has higher priority so multifd feature > will just be ignored. Now we'll fail even earlier a

Re: [PATCH v2 5/5] migration: Disable multifd explicitly with compression

2022-10-05 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > Multifd thread model does not work for compression, explicitly disable it. > > Note that previuosly even we can enable both of them, nothing will go > wrong, because the compression code has higher priority so multifd feature > will just be ignored. Now we'

[PATCH v2 5/5] migration: Disable multifd explicitly with compression

2022-10-04 Thread Peter Xu
Multifd thread model does not work for compression, explicitly disable it. Note that previuosly even we can enable both of them, nothing will go wrong, because the compression code has higher priority so multifd feature will just be ignored. Now we'll fail even earlier at config time so the user