mbox series

[v8,0/2] power: add support for cppc cpufreq driver

Message ID 20210709105548.8389-1-richael.zhuang@arm.com (mailing list archive)
Headers
Series power: add support for cppc cpufreq driver |

Message

Richael Zhuang July 9, 2021, 10:55 a.m. UTC
  v8:
fix build issue with clang

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
  

Comments

David Marchand July 9, 2021, 2:07 p.m. UTC | #1
On Fri, Jul 9, 2021 at 12:56 PM Richael Zhuang <richael.zhuang@arm.com> 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.


>
> 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.
  
Richael Zhuang July 12, 2021, 2:05 a.m. UTC | #2
> -----Original Message-----
> From: David Marchand <david.marchand@redhat.com>
> Sent: Friday, July 9, 2021 10:07 PM
> To: Richael Zhuang <Richael.Zhuang@arm.com>
> Cc: dev <dev@dpdk.org>; Yu Jiang <yux.jiang@intel.com>; David Hunt
> <david.hunt@intel.com>
> 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 <richael.zhuang@arm.com>
> 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