Re: [PATCH v7 1/3] power: add uncore frequency control API to the power library

2022-10-05 Thread Thomas Monjalon
05/10/2022 12:50, Kearney, Tadhg: > > -Original Message- > > From: Thomas Monjalon > > Sent: Tuesday 4 October 2022 18:09 > > To: Kearney, Tadhg > > Cc: dev@dpdk.org; Hunt, David ; Burakov, Anatoly > > ; Pattan, Reshma > > Subject: Re: [PATCH v

RE: [PATCH v7 1/3] power: add uncore frequency control API to the power library

2022-10-05 Thread Kearney, Tadhg
> -Original Message- > From: Thomas Monjalon > Sent: Tuesday 4 October 2022 18:09 > To: Kearney, Tadhg > Cc: dev@dpdk.org; Hunt, David ; Burakov, Anatoly > ; Pattan, Reshma > Subject: Re: [PATCH v7 1/3] power: add uncore frequency control API to the > power libra

Re: [PATCH v7 1/3] power: add uncore frequency control API to the power library

2022-10-04 Thread Thomas Monjalon
28/09/2022 15:30, Tadhg Kearney: > Add API to allow uncore frequency adjustment. This is done through > manipulating related uncore frequency control sysfs entries to > adjust the minimum and maximum uncore frequency values. > Nine API's are being added that are all public and experimental. You ca

[PATCH v7 1/3] power: add uncore frequency control API to the power library

2022-09-28 Thread Tadhg Kearney
Add API to allow uncore frequency adjustment. This is done through manipulating related uncore frequency control sysfs entries to adjust the minimum and maximum uncore frequency values. Nine API's are being added that are all public and experimental. Signed-off-by: Tadhg Kearney Reviewed-by: Davi