Re: [PATCH v6 0/4] Add APIs for configurable power options

2022-06-04 Thread Thomas Monjalon
> Kevin Laatz (4): > lib/power: add get and set API for emptypoll max > lib/power: add get and set API for pause duration > lib/power: add get and set API for scaling freq min and max with > pstate mode > examples/l3fwd_power: add cli for configurable options Applied, thanks.

[PATCH v6 0/4] Add APIs for configurable power options

2022-06-02 Thread Kevin Laatz
The power library contains some variables which are currently set by defines, hard-coded values or set using sysfs values. In order to configure these, code changes and recompiles are required, making configuring these variables tedious. This patchset introduces some new get/set APIs which allow u