> -----Original Message-----
> From: David Marchand <[email protected]>
> Sent: Friday, July 9, 2021 10:07 PM
> To: Richael Zhuang <[email protected]>
> Cc: dev <[email protected]>; Yu Jiang <[email protected]>; David Hunt
> <[email protected]>
> Subject: Re: [dpdk-dev] [PATCH v8 0/2] power: add support for cppc cpufreq
> driver
>
> On Fri, Jul 9, 2021 at 12:56 PM Richael Zhuang <[email protected]>
> wrote:
> >
> > v8:
> > fix build issue with clang
>
> This cover letter is empty and we only have a partial changelog.
> I'll trust David Hunt reviews and go ahead with the series.
> Please put some effort in the cover letter and tracking changes for future
> contributions.
>
Thanks for reminding!
>
> >
> > Richael Zhuang (2):
> > power: add support for cppc cpufreq
> > test/power: round cpuinfo cur freq only in CPPC cpufreq
> >
> > app/test/test_power.c | 3 +-
> > app/test/test_power_cpufreq.c | 26 +-
> > doc/guides/rel_notes/release_21_08.rst | 4 +
> > lib/power/meson.build | 1 +
> > lib/power/power_cppc_cpufreq.c | 680 +++++++++++++++++++++++++
> > lib/power/power_cppc_cpufreq.h | 230 +++++++++
> > lib/power/rte_power.c | 26 +
> > lib/power/rte_power.h | 2 +-
> > 8 files changed, 960 insertions(+), 12 deletions(-) create mode
> > 100644 lib/power/power_cppc_cpufreq.c create mode 100644
> > lib/power/power_cppc_cpufreq.h
>
> Series applied, thanks.
>
>
> --
> David Marchand