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

2022-10-06 Thread Dr. David Alan Gilbert
For the set of 3: Reviewed-by: Dr. David Alan Gilbert * Peter Xu (pet...@redhat.com) wrote: > On Tue, Sep 20, 2022 at 08:47:20PM -0400, Peter Xu wrote: > > On Tue, Sep 20, 2022 at 06:52:27PM -0400, Peter Xu wrote: > > > With the new code to send pages in rp-return thread, there's little help

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

2022-09-21 Thread Peter Xu
On Tue, Sep 20, 2022 at 08:47:20PM -0400, Peter Xu wrote: > On Tue, Sep 20, 2022 at 06:52:27PM -0400, 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

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

2022-09-20 Thread Peter Xu
On Tue, Sep 20, 2022 at 06:52:27PM -0400, 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

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

2022-09-20 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