Re: [PATCH v2 14/15] migration: Remove old preempt code around state maintainance

2022-11-14 Thread Juan Quintela
Peter Xu wrote: > With the new code to send pages in rp-return thread, there's little help to > keep lots of the old code on maintaining the preempt state in migration > thread, because the new way should always be faster.. > > Then if we'll always send pages in the rp-return thread anyway, we don

[PATCH v2 14/15] migration: Remove old preempt code around state maintainance

2022-10-11 Thread Peter Xu
With the new code to send pages in rp-return thread, there's little help to keep lots of the old code on maintaining the preempt state in migration thread, because the new way should always be faster.. Then if we'll always send pages in the rp-return thread anyway, we don't need those logic to mai