Re: [EXT] Re: [PATCH v1] hw/cxl: Fix background completion percentage calculation

2024-10-14 Thread ajay . opensrc
>On Mon, 14 Oct 2024 10:32 +0530 > wrote: > >On Sat, 14 Sep 2024 16:50:21 +0530 > wrote: > >> From: Ajay Joshi >> >> The current completion percentage calculation >> does not account for the relative time since >> the start of the background activity, this leads >> to showing incorrect start perc

Re: [PATCH v1] hw/cxl: Fix background completion percentage calculation

2024-10-14 Thread Jonathan Cameron via
On Sat, 14 Sep 2024 16:50:21 +0530 wrote: > From: Ajay Joshi > > The current completion percentage calculation > does not account for the relative time since > the start of the background activity, this leads > to showing incorrect start percentage vs what has > actually been completed. > > Th

[PATCH v1] hw/cxl: Fix background completion percentage calculation

2024-09-14 Thread ajay.opensrc
From: Ajay Joshi The current completion percentage calculation does not account for the relative time since the start of the background activity, this leads to showing incorrect start percentage vs what has actually been completed. This patch calculates the percentage based on the actual elapsed