Re: [PATCH v2] fpga: dfl: fme: Fix cpu hotplug issue in performance reporting

2021-07-13 Thread kajoljain
On 7/12/21 7:57 AM, Wu, Hao wrote: >> Subject: [PATCH v2] fpga: dfl: fme: Fix cpu hotplug issue in performance >> reporting >> >> The performance reporting driver added cpu hotplug >> feature but it didn't add pmu migration call in cpu >> offline functio

RE: [PATCH v2] fpga: dfl: fme: Fix cpu hotplug issue in performance reporting

2021-07-11 Thread Wu, Hao
> Subject: [PATCH v2] fpga: dfl: fme: Fix cpu hotplug issue in performance > reporting > > The performance reporting driver added cpu hotplug > feature but it didn't add pmu migration call in cpu > offline function. > This can create an issue incase the current desi

[PATCH v2] fpga: dfl: fme: Fix cpu hotplug issue in performance reporting

2021-07-09 Thread Kajol Jain
The performance reporting driver added cpu hotplug feature but it didn't add pmu migration call in cpu offline function. This can create an issue incase the current designated cpu being used to collect fme pmu data got offline, as based on current code we are not migrating fme pmu to new target cpu