On Thu, Jul 8, 2021 at 3:30 PM David Marchand <david.march...@redhat.com> wrote: > > On Thu, Jul 8, 2021 at 4:35 AM Richael Zhuang <richael.zhu...@arm.com> wrote: > > > > Currently in DPDK only acpi_cpufreq and pstate_cpufreq drivers are > > supported, which are both not available on arm64 platforms. Add > > support for cppc_cpufreq driver which works on most arm64 platforms. > > Worth a release note update. > WDYT of: > > diff --git a/doc/guides/rel_notes/release_21_08.rst > b/doc/guides/rel_notes/release_21_08.rst > index c92e016783..6fd9f0168a 100644 > --- a/doc/guides/rel_notes/release_21_08.rst > +++ b/doc/guides/rel_notes/release_21_08.rst > @@ -103,6 +103,10 @@ New Features > usecases. Configuration happens via standard rawdev enq/deq operations. See > the :doc:`../rawdevs/cnxk_bphy` rawdev guide for more details on this > driver. > > +* **Added cppc_cpufreq support to Power Management library.** > + > + Added support for cppc_cpufreq driver which works on most arm64 platforms. > + > > Removed Items > ------------- > >
Please respin on current main branch as there was one small update on lib/power internal API. Thanks. -- David Marchand