RE: [PATCH v1 1/3] examples/power: remove empty poll mode from l3fwd-power

2023-02-07 Thread Pattan, Reshma
> -Original Message- > From: David Hunt > /* only legacy and empty poll mode rely on power library */ You can remove empty poll mode reference in above comment. Can we check, inside print_usage() function , we need to remove below lines " --empty-poll: enabl

Re: [PATCH v1 1/3] examples/power: remove empty poll mode from l3fwd-power

2022-12-20 Thread Hunt, David
On 20/12/2022 12:56, David Hunt wrote: Remove calls to the experimental empty poll API. l3fwd-power is the only app that uses this. This API is no longer needed as it is superceded by the monitor/pause/scale callback mechanism. I did check the spelling against my spellchecker with checkpatc

[PATCH v1 1/3] examples/power: remove empty poll mode from l3fwd-power

2022-12-20 Thread David Hunt
Remove calls to the experimental empty poll API. l3fwd-power is the only app that uses this. This API is no longer needed as it is superceded by the monitor/pause/scale callback mechanism. Signed-off-by: David Hunt --- examples/l3fwd-power/main.c | 266 +--- 1 fi