Kevin Laatz <kevin.la...@intel.com> writes:
> Add new get/set API to allow the user or application to set the minimum > and maximum frequencies to use when scaling. > Previously, the frequency range was determined by the HW capabilities of > the CPU. With this new API, the user or application can constrain this > if required. > > Signed-off-by: Kevin Laatz <kevin.la...@intel.com> > --- > lib/power/power_pstate_cpufreq.c | 22 +++++++-- > lib/power/rte_power_pmd_mgmt.c | 65 ++++++++++++++++++++++++++ > lib/power/rte_power_pmd_mgmt.h | 80 ++++++++++++++++++++++++++++++++ > lib/power/version.map | 4 ++ > 4 files changed, 166 insertions(+), 5 deletions(-) > Acked-by: Ray Kinsella <m...@ashroe.eu>