[dpdk-dev] [21.08 PATCH v4 1/2] power: don't use rte prefix in internal code
David Hunt
david.hunt at intel.com
Mon May 31 12:23:34 CEST 2021
Hi Anatoly
On 23/4/2021 12:03 PM, Anatoly Burakov wrote:
> Currently, ACPI code uses rte_power_info as the struct name, which
> gives the appearance that this is an externally visible API. Fix to
> use internal namespace.
>
> Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
> ---
> lib/power/power_acpi_cpufreq.c | 34 +++++++++++++++++-----------------
> 1 file changed, 17 insertions(+), 17 deletions(-)
>
Looks good. This brings the acpi driver code in line with the pstate
driver code, which already
has it's struct called ptate_power_info.
Acked-by: David Hunt <david.hunt at intel.com>
More information about the dev
mailing list