Re: [PATCH v6] erofs: lazily initialize per-CPU workers and CPU hotplug hooks

2025-05-06 Thread Chao Yu
On 5/7/25 06:57, Sandeep Dhavale wrote: > Currently, when EROFS is built with per-CPU workers, the workers are > started and CPU hotplug hooks are registered during module initialization. > This leads to unnecessary worker start/stop cycles during CPU hotplug > events, particularly on Android devic

Re: [PATCH v6] erofs: lazily initialize per-CPU workers and CPU hotplug hooks

2025-05-06 Thread Gao Xiang
On 2025/5/7 06:57, Sandeep Dhavale wrote: Currently, when EROFS is built with per-CPU workers, the workers are started and CPU hotplug hooks are registered during module initialization. This leads to unnecessary worker start/stop cycles during CPU hotplug events, particularly on Android device

[PATCH v6] erofs: lazily initialize per-CPU workers and CPU hotplug hooks

2025-05-06 Thread Sandeep Dhavale
Currently, when EROFS is built with per-CPU workers, the workers are started and CPU hotplug hooks are registered during module initialization. This leads to unnecessary worker start/stop cycles during CPU hotplug events, particularly on Android devices that frequently suspend and resume. This cha