Re: [External] Re: [PATCH v8 09/12] migration/multifd: Enable DSA offloading in multifd sender path.

2024-12-20 Thread Fabiano Rosas
Yichen Wang writes: > On Tue, Dec 17, 2024 at 9:56 AM Fabiano Rosas wrote: >> >> Yichen Wang writes: >> >> > From: Hao Xiang >> > >> > Multifd sender path gets an array of pages queued by the migration >> > thread. It performs zero page checking on every page in the array. >> > The pages are c

Re: [External] Re: [PATCH v8 09/12] migration/multifd: Enable DSA offloading in multifd sender path.

2024-12-19 Thread Yichen Wang
On Tue, Dec 17, 2024 at 9:56 AM Fabiano Rosas wrote: > > Yichen Wang writes: > > > From: Hao Xiang > > > > Multifd sender path gets an array of pages queued by the migration > > thread. It performs zero page checking on every page in the array. > > The pages are classfied as either a zero page o

Re: [PATCH v8 09/12] migration/multifd: Enable DSA offloading in multifd sender path.

2024-12-17 Thread Fabiano Rosas
Yichen Wang writes: > From: Hao Xiang > > Multifd sender path gets an array of pages queued by the migration > thread. It performs zero page checking on every page in the array. > The pages are classfied as either a zero page or a normal page. This > change uses Intel DSA to offload the zero pag

[PATCH v8 09/12] migration/multifd: Enable DSA offloading in multifd sender path.

2024-12-03 Thread Yichen Wang
From: Hao Xiang Multifd sender path gets an array of pages queued by the migration thread. It performs zero page checking on every page in the array. The pages are classfied as either a zero page or a normal page. This change uses Intel DSA to offload the zero page checking from CPU to the DSA ac