27/10/2023 14:37, Hunt, David: > On 27/10/2023 13:36, Kelly, Karen wrote: > > On 26/10/2023 16:19, Sivaprasad Tummala wrote: > >> Updated the l3fwd-power app to configure the uncore env before invoking > >> any uncore APIs. With auto-detection in 'rte_power_uncore_init()' it is > >> too late because other APIs already called. > >> > >> Bugzilla ID: 1304 > >> Fixes: ac1edcb6621a ("power: refactor uncore power management API") > >> Cc:karen.ke...@intel.com > >> > >> Signed-off-by: Sivaprasad Tummala<sivaprasad.tumm...@amd.com> > >> --- > >> examples/l3fwd-power/main.c | 6 ++++++ > >> lib/power/rte_power_uncore.c | 7 +++++++ > >> lib/power/rte_power_uncore.h | 9 +++++---- > >> 3 files changed, 18 insertions(+), 4 deletions(-) > > Ran on my system, bug is resolved after applying this patch. > > > > Tested-by: Karen Kelly <karen.ke...@intel.com> > > > > Acked-by: David Hunt <david.h...@intel.com>
So I merge it to fix a bug in the library, despite the patch title. I am fixing a typo, and the commit description. Applied