Re: [PATCH] examples/l3fwd-power: fix to configure the uncore env

2023-11-27 Thread Thomas Monjalon
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 becaus

Re: [PATCH] examples/l3fwd-power: fix to configure the uncore env

2023-11-27 Thread Thomas Monjalon
27/11/2023 17:54, Bruce Richardson: > On Thu, Nov 23, 2023 at 02:58:58AM +0100, Thomas Monjalon wrote: > > 26/10/2023 17:19, Sivaprasad Tummala: > > > Updated the l3fwd-power app to configure the uncore env before invoking > > > any uncore APIs. With auto-detection in 'rte_power_uncore_init()' it i

Re: [PATCH] examples/l3fwd-power: fix to configure the uncore env

2023-11-27 Thread Bruce Richardson
On Thu, Nov 23, 2023 at 02:58:58AM +0100, Thomas Monjalon wrote: > 26/10/2023 17:19, Sivaprasad Tummala: > > 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 ca

Re: [PATCH] examples/l3fwd-power: fix to configure the uncore env

2023-11-23 Thread Ferruh Yigit
On 11/23/2023 1:58 AM, Thomas Monjalon wrote: > 26/10/2023 17:19, Sivaprasad Tummala: >> 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. > > You are als

Re: [PATCH] examples/l3fwd-power: fix to configure the uncore env

2023-11-22 Thread Thomas Monjalon
26/10/2023 17:19, Sivaprasad Tummala: > 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. You are also updating the uncore API. > + if (env == RTE_UNCO

Re: [PATCH] examples/l3fwd-power: fix to configure the uncore env

2023-10-27 Thread Hunt, David
Hi Sivaprasad, Karen, 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 cal

Re: [PATCH] examples/l3fwd-power: fix to configure the uncore env

2023-10-27 Thread Kelly, Karen
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 unco

[PATCH] examples/l3fwd-power: fix to configure the uncore env

2023-10-26 Thread Sivaprasad Tummala
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.co