On Thu, 6 Oct 2022 09:38:01 +0000 Tadhg Kearney <[email protected]> wrote:
> Add API to allow uncore frequency adjustment. Uncore is a > term used by Intel to describe function of a microprocessor > that are closely connected to the core to achieve high > performance. This is done through manipulating related > uncore frequency control sysfs entries to adjust the > minimum and maximum uncore frequency values and works > on Linux for Intel hardware. > > Signed-off-by: Tadhg Kearney <[email protected]> > Reviewed-by: David Hunt <[email protected]> > Acked-by: David Hunt <[email protected]> Looks like this is missing an opportunity for a more general long term solution in DPDK. Shouldn't this be a general thing like the Linux kernel scheduler. Uncore is Intel specific, but there is already big/little cores on many ARM platforms.

