Re: [dpdk-dev] [PATCH v1] power: vm power manager should respect core mask

2021-01-28 Thread Thomas Monjalon
15/01/2021 13:52, David Hunt: > when vm_power_manager is started, it takes over power management on > all cores. This should be limited to cores defined in the core mask. > > When initialising, if a core is not on the coremask, skip it. Applies > to both initialisation and exit. > > Signed-off-by

[dpdk-dev] [PATCH v1] power: vm power manager should respect core mask

2021-01-15 Thread David Hunt
when vm_power_manager is started, it takes over power management on all cores. This should be limited to cores defined in the core mask. When initialising, if a core is not on the coremask, skip it. Applies to both initialisation and exit. Signed-off-by: David Hunt --- examples/vm_power_manager