Re: [PATCH v9 0/3] add Intel uncore api to be called through l3fwd-power

2022-10-10 Thread Thomas Monjalon
06/10/2022 11:38, Tadhg Kearney: > This is targeting 22.11 and aims to add an API to DPDK power library to > allow uncore frequency adjustment. This will be called through the l3fwd-power > app and gives the ability to set the minimum and maximum uncore frequency to > both min, max or specific freq

[PATCH v9 0/3] add Intel uncore api to be called through l3fwd-power

2022-10-06 Thread Tadhg Kearney
This is targeting 22.11 and aims to add an API to DPDK power library to allow uncore frequency adjustment. This will be called through the l3fwd-power app and gives the ability to set the minimum and maximum uncore frequency to both min, max or specific frequency index. Signed-off-by: tadhgkearney