Re: [dpdk-dev] [PATCH v7 1/2] power: don't use rte prefix in internal code

2021-07-08 Thread David Marchand
On Thu, Jul 8, 2021 at 5:39 PM David Hunt wrote: > > From: Anatoly Burakov > > 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 > Acked-by: David H

[dpdk-dev] [PATCH v7 1/2] power: don't use rte prefix in internal code

2021-07-08 Thread David Hunt
From: Anatoly Burakov 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 Acked-by: David Hunt --- lib/power/power_acpi_cpufreq.c | 34 +---