Re: [RFC v3 0/2] CPU-Idle latency selftest framework

2023-10-11 Thread Aboorva Devarajan
On Mon, 2023-09-25 at 10:36 +0530, Aboorva Devarajan wrote: Gentle ping to check if there are any feedback or comments on this patch-set. Thanks Aboorva > On Mon, 2023-09-11 at 11:06 +0530, Aboorva Devarajan wrote: > > CC'ing CPUidle lists and maintainers, > > Patch Summary: > > The patchset

Re: [RFC v3 0/2] CPU-Idle latency selftest framework

2023-09-24 Thread Aboorva Devarajan
On Mon, 2023-09-11 at 11:06 +0530, Aboorva Devarajan wrote: CC'ing CPUidle lists and maintainers, Patch Summary: The patchset introduces a kernel module and userspace driver designed for estimating the wakeup latency experienced when waking up from various CPU idle states. It primarily measures

[RFC v3 0/2] CPU-Idle latency selftest framework

2023-09-10 Thread Aboorva Devarajan
Changelog: v2 -> v3 * Minimal code refactoring * Rebased on v6.6-rc1 RFC v1: https://lore.kernel.org/all/20210611124154.56427-1-psam...@linux.ibm.com/ RFC v2: https://lore.kernel.org/all/20230828061530.126588-2-aboor...@linux.vnet.ibm.com/ Other related RFC: