Re: [PATCH] migration: Put thread names together with macros

2024-10-15 Thread Peter Xu
On Fri, Oct 11, 2024 at 11:36:52AM -0400, Peter Xu wrote: > Keep migration thread names together, so it's easier to see a list of all > possible migration threads. > > Still two functional changes below besides the macro defintions: > > - There's one dirty rate thread that we overlooked before,

RE: [PATCH] migration: Put thread names together with macros

2024-10-13 Thread Zhang, Chen
ng Huang > ; Zhang, Hailiang > Subject: [PATCH] migration: Put thread names together with macros > > Keep migration thread names together, so it's easier to see a list of all > possible > migration threads. > > Still two functional changes below besides the macro defintio

Re: [PATCH] migration: Put thread names together with macros

2024-10-12 Thread Yong Huang
On Sat, Oct 12, 2024 at 1:29 AM Fabiano Rosas wrote: > Peter Xu writes: > > > Keep migration thread names together, so it's easier to see a list of all > > possible migration threads. > > > > Still two functional changes below besides the macro defintions: > > > > - There's one dirty rate thre

Re: [PATCH] migration: Put thread names together with macros

2024-10-11 Thread Fabiano Rosas
Peter Xu writes: > Keep migration thread names together, so it's easier to see a list of all > possible migration threads. > > Still two functional changes below besides the macro defintions: > > - There's one dirty rate thread that we overlooked before, now we add > that too and name it as "

[PATCH] migration: Put thread names together with macros

2024-10-11 Thread Peter Xu
Keep migration thread names together, so it's easier to see a list of all possible migration threads. Still two functional changes below besides the macro defintions: - There's one dirty rate thread that we overlooked before, now we add that too and name it as "mig/dirtyrate" following the ol