RE: [PATCH v2 1/3] power: add uncore API to power library

2022-07-26 Thread Kearney, Tadhg
> -Original Message- > From: Richardson, Bruce *snip* > > > +dpdk_conf.set('RTE_MAX_NUMA_DIE', 1) > > > +dpdk_conf.set('RTE_MAX_UNCORE_FREQS', 32) > > > > Check if these flags should be added to other platforms. > > > > I think we need some explanation as to what these values are for, and

Re: [PATCH v2 1/3] power: add uncore API to power library

2022-07-21 Thread Bruce Richardson
On Wed, Jul 20, 2022 at 04:10:07PM +, Pattan, Reshma wrote: > > > > -Original Message- > > From: Kearney, Tadhg > > diff --git a/config/x86/meson.build b/config/x86/meson.build index > > +dpdk_conf.set('RTE_MAX_NUMA_DIE', 1) > > +dpdk_conf.set('RTE_MAX_UNCORE_FREQS', 32) > > Check i

RE: [PATCH v2 1/3] power: add uncore API to power library

2022-07-20 Thread Pattan, Reshma
> -Original Message- > From: Kearney, Tadhg > diff --git a/config/x86/meson.build b/config/x86/meson.build index > +dpdk_conf.set('RTE_MAX_NUMA_DIE', 1) > +dpdk_conf.set('RTE_MAX_UNCORE_FREQS', 32) Check if these flags should be added to other platforms. > +Abstract > + > +

[PATCH v2 1/3] power: add uncore API to power library

2022-07-13 Thread Tadhg Kearney
Add api to allow uncore frequency adjustment. This is done through manipulating related sysfs entries to adjust the min/max uncore values. Seven api's are being added that are all public and experimental. Signed-off-by: Tadhg Kearney --- config/x86/meson.build | 2 + doc/guides/pr