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

2022-10-10 Thread Thomas Monjalon
06/10/2022 11:38, Tadhg Kearney: > +API Overview for Intel Uncore > +~ > + > +Overview of each function in the Intel Uncore API, with explanation of what > +they do. Each function should not be called in the fast path. > + > +* **Uncore Power Init** > +Initialize unc

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

2022-10-07 Thread Hunt, David
On 06/10/2022 18:32, Stephen Hemminger wrote: On Thu, 6 Oct 2022 09:38:01 + Tadhg Kearney wrote: Add API to allow uncore frequency adjustment. Uncore is a term used by Intel to describe function of a microprocessor that are closely connected to the core to achieve high performance. This

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

2022-10-06 Thread Stephen Hemminger
On Thu, 6 Oct 2022 09:38:01 + Tadhg Kearney wrote: > Add API to allow uncore frequency adjustment. Uncore is a > term used by Intel to describe function of a microprocessor > that are closely connected to the core to achieve high > performance. This is done through manipulating related > unc

[PATCH v9 1/3] power: add Intel uncore frequency control API to power library

2022-10-06 Thread Tadhg Kearney
Add API to allow uncore frequency adjustment. Uncore is a term used by Intel to describe function of a microprocessor that are closely connected to the core to achieve high performance. This is done through manipulating related uncore frequency control sysfs entries to adjust the minimum and maximu