Re: [PATCH v1 4/8] migration: Implement dirty-limit convergence algo

2022-09-08 Thread Hyman Huang
在 2022/9/8 22:47, Peter Xu 写道: Yong, Your recent two posts all got wrongly cut-off by your mail server for some reason.. Hm, i noticed that, i'll check it. Thanks for reminding. :) -- Best regard Hyman Huang(黄勇)

Re: [PATCH v1 4/8] migration: Implement dirty-limit convergence algo

2022-09-08 Thread Peter Xu
Yong, Your recent two posts all got wrongly cut-off by your mail server for some reason.. -- Peter Xu

Re: [PATCH v1 4/8] migration: Implement dirty-limit convergence algo

2022-09-08 Thread Hyman
在 2022/9/7 4:37, Peter Xu 写道: On Fri, Sep 02, 2022 at 01:22:32AM +0800, huang...@chinatelecom.cn wrote: From: Hyman Huang(黄勇) Implement dirty-limit convergence algo for live migration, which is kind of like auto-converge algo but using dirty-limit instead of cpu throttle to make migration c

Re: [PATCH v1 4/8] migration: Implement dirty-limit convergence algo

2022-09-06 Thread Peter Xu
On Fri, Sep 02, 2022 at 01:22:32AM +0800, huang...@chinatelecom.cn wrote: > From: Hyman Huang(黄勇) > > Implement dirty-limit convergence algo for live migration, > which is kind of like auto-converge algo but using dirty-limit > instead of cpu throttle to make migration convergent. > > Signed-off

[PATCH v1 4/8] migration: Implement dirty-limit convergence algo

2022-09-01 Thread huangy81
From: Hyman Huang(黄勇) Implement dirty-limit convergence algo for live migration, which is kind of like auto-converge algo but using dirty-limit instead of cpu throttle to make migration convergent. Signed-off-by: Hyman Huang(黄勇) --- migration/migration.c | 1 + migration/ram.c| 53 ++