Re: [dpdk-dev] [PATCH v3 7/7] l3fwd-power: add auto-selection of default mode

2020-07-11 Thread Thomas Monjalon
19/06/2020 12:53, Anatoly Burakov: > Currently, the application does support running without the power > library being initialized, but it has to be specifically requested. On > platforms without support for frequency scaling using the power library, > we can just enable interrupt-only mode by defa

[dpdk-dev] [PATCH v3 7/7] l3fwd-power: add auto-selection of default mode

2020-06-19 Thread Anatoly Burakov
Currently, the application does support running without the power library being initialized, but it has to be specifically requested. On platforms without support for frequency scaling using the power library, we can just enable interrupt-only mode by default. Signed-off-by: Anatoly Burakov Sugge