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

2024-10-29 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 >

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

2024-10-29 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