RE: [PATCH v12 3/3] examples/l3fwd-power: add PM QoS configuration

2024-10-25 Thread Konstantin Ananyev
> The '--cpu-resume-latency' can use to control C-state selection. > Setting the CPU resume latency to 0 can limit the CPU just to enter > C0-state to improve performance, which also may increase the power > consumption of platform. > > Signed-off-by: Huisong Li > Acked-by: Morten Brørup > Ack

Re: [PATCH v12 3/3] examples/l3fwd-power: add PM QoS configuration

2024-10-24 Thread lihuisong (C)
在 2024/10/25 0:44, Konstantin Ananyev 写道: The '--cpu-resume-latency' can use to control C-state selection. Setting the CPU resume latency to 0 can limit the CPU just to enter C0-state to improve performance, which also may increase the power consumption of platform. Signed-off-by: Huisong Li

[PATCH v12 3/3] examples/l3fwd-power: add PM QoS configuration

2024-10-22 Thread Huisong Li
The '--cpu-resume-latency' can use to control C-state selection. Setting the CPU resume latency to 0 can limit the CPU just to enter C0-state to improve performance, which also may increase the power consumption of platform. Signed-off-by: Huisong Li Acked-by: Morten Brørup Acked-by: Chengwen Fe