On 22/07/2024 21:15, Stephen Hemminger wrote: > The number of uncore frequencies was defined in three places, > and two of them were too small leading to test failures. > All places should be using RTE_MAX_UNCORE_FREQS. > > Bugzilla ID: 1499 > Fixes: 60b8a661a957 ("power: add Intel uncore frequency control") > Signed-off-by: Stephen Hemminger > --- > > v3 - restore one change lost in V2 > > app/test/test_power_intel_uncore.c | 4 +--- > lib/power/power_intel_uncore.c | 7 +++---- > 2 files changed, 4 insertions(+), 7 deletions(-) > --snip-- LGTM. Acked-by: David Hunt