Re: [PATCH] examples/l3fwd-power: support CPPC cpufreq

2023-03-12 Thread Thomas Monjalon
22/02/2023 10:46, Hunt, David: > > On 22/02/2023 02:13, Jie Hai wrote: > > Hi, David Hunt, > > > > Kindly ping. Could you please take a look at this patch? > > > > Thanks, > > Jie Hai > > > > On 2023/1/31 10:58, Jie Hai wrote: > >> Currently the l3fwd-power only supports ACPI cpufreq and Pstate >

Re: [PATCH] examples/l3fwd-power: support CPPC cpufreq

2023-03-08 Thread Dongdong Liu
Hi Jie On 2023/1/31 10:58, Jie Hai wrote: Currently the l3fwd-power only supports ACPI cpufreq and Pstate cpufreq, This patch adds CPPC cpufreq. Signed-off-by: Jie Hai Looks good, so Acked-by: Dongdong Liu Thanks, Dongdong --- examples/l3fwd-power/main.c | 9 ++--- 1 file changed, 6

Re: [PATCH] examples/l3fwd-power: support CPPC cpufreq

2023-03-05 Thread Jie Hai
Hi, Thomas, A gentle ping~ Since this patch has been acked by David Hunt, is there anything more I can do to push the process forward? Thanks, Jie Hai On 2023/2/22 17:46, Hunt, David wrote: On 22/02/2023 02:13, Jie Hai wrote: Hi, David Hunt, Kindly ping. Could you please take a look at this

Re: [PATCH] examples/l3fwd-power: support CPPC cpufreq

2023-02-22 Thread Hunt, David
On 22/02/2023 02:13, Jie Hai wrote: Hi, David Hunt, Kindly ping. Could you please take a look at this patch? Thanks, Jie Hai On 2023/1/31 10:58, Jie Hai wrote: Currently the l3fwd-power only supports ACPI cpufreq and Pstate cpufreq, This patch adds CPPC cpufreq. Signed-off-by: Jie Hai

Re: [PATCH] examples/l3fwd-power: support CPPC cpufreq

2023-02-21 Thread Jie Hai
Hi, David Hunt, Kindly ping. Could you please take a look at this patch? Thanks, Jie Hai On 2023/1/31 10:58, Jie Hai wrote: Currently the l3fwd-power only supports ACPI cpufreq and Pstate cpufreq, This patch adds CPPC cpufreq. Signed-off-by: Jie Hai --- examples/l3fwd-power/main.c | 9

[PATCH] examples/l3fwd-power: support CPPC cpufreq

2023-01-30 Thread Jie Hai
Currently the l3fwd-power only supports ACPI cpufreq and Pstate cpufreq, This patch adds CPPC cpufreq. Signed-off-by: Jie Hai --- examples/l3fwd-power/main.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/examples/l3fwd-power/main.c b/examples/l3fwd-power/main.c ind