> -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
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
> -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
> +
> +
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
4 matches
Mail list logo