Re: [PATCH] migration/multifd: Fix compile error caused by page_size usage

2025-01-13 Thread Fabiano Rosas
Michael Tokarev writes: > 03.12.2024 15:49, Shameer Kolothum via wrote: >> From Commit 90fa121c6c07 ("migration/multifd: Inline page_size and >> page_count") onwards page_size is not part of MutiFD*Params but uses >> an inline constant instead. >> >> However, it missed updating an old usage, ca

Re: [PATCH] migration/multifd: Fix compile error caused by page_size usage

2025-01-12 Thread Michael Tokarev
03.12.2024 15:49, Shameer Kolothum via wrote: From Commit 90fa121c6c07 ("migration/multifd: Inline page_size and page_count") onwards page_size is not part of MutiFD*Params but uses an inline constant instead. However, it missed updating an old usage, causing a compile error. Fixes: 90fa121c6c

Re: [PATCH] migration/multifd: Fix compile error caused by page_size usage

2024-12-03 Thread Fabiano Rosas
Peter Xu writes: > On Tue, Dec 03, 2024 at 10:17:14AM -0300, Fabiano Rosas wrote: >> Shameer Kolothum via writes: >> >> > From Commit 90fa121c6c07 ("migration/multifd: Inline page_size and >> > page_count") onwards page_size is not part of MutiFD*Params but uses >> > an inline constant instead.

Re: [PATCH] migration/multifd: Fix compile error caused by page_size usage

2024-12-03 Thread Peter Xu
On Tue, Dec 03, 2024 at 10:17:14AM -0300, Fabiano Rosas wrote: > Shameer Kolothum via writes: > > > From Commit 90fa121c6c07 ("migration/multifd: Inline page_size and > > page_count") onwards page_size is not part of MutiFD*Params but uses > > an inline constant instead. > > > > However, it misse

Re: [PATCH] migration/multifd: Fix compile error caused by page_size usage

2024-12-03 Thread Fabiano Rosas
Shameer Kolothum via writes: > From Commit 90fa121c6c07 ("migration/multifd: Inline page_size and > page_count") onwards page_size is not part of MutiFD*Params but uses > an inline constant instead. > > However, it missed updating an old usage, causing a compile error. > > Fixes: 90fa121c6c07 ("m

[PATCH] migration/multifd: Fix compile error caused by page_size usage

2024-12-03 Thread Shameer Kolothum via
>From Commit 90fa121c6c07 ("migration/multifd: Inline page_size and page_count") onwards page_size is not part of MutiFD*Params but uses an inline constant instead. However, it missed updating an old usage, causing a compile error. Fixes: 90fa121c6c07 ("migration/multifd: Inline page_size and pag