Re: [PATCH v2 0/3] power: remove experimental empty poll API

2023-02-19 Thread Thomas Monjalon
, > so the original empty poll mechanism is no longer needed. > > This patch set removes the experimental empty poll API, the > empty poll mode from l3fwd-power, and related documentation. > > This is based on a deprecation notice in the previous release. > > [1/3] examp

[PATCH v2 2/3] libs/power: remove experimental empty poll API

2023-02-08 Thread David Hunt
This patchset removes the empty poll experimental API, which has been in an experimental state since it was added. This API is no longer needed as it is superseded by the PMD Power Management monitor/pause/scale callback mechanism. Signed-off-by: David Hunt Acked-by: Reshma Pattan --- lib/powe

[PATCH v2 0/3] power: remove experimental empty poll API

2023-02-08 Thread David Hunt
removes the experimental empty poll API, the empty poll mode from l3fwd-power, and related documentation. This is based on a deprecation notice in the previous release. [1/3] examples/power: remove empty poll mode from [2/3] libs/power: remove experimental empty poll API [3/3] doc/power: remove empty poll documentation

RE: [PATCH v1 2/3] libs/power: remove experimental empty poll API

2023-02-07 Thread Pattan, Reshma
> -Original Message- > From: David Hunt > Subject: [PATCH v1 2/3] libs/power: remove experimental empty poll API Typo: libs=>lib > This API is no longer needed as it is superceded by the monitor/pause/scale > callback mechanism. monitor/pause/scale => "

[PATCH v1 2/3] libs/power: remove experimental empty poll API

2022-12-20 Thread David Hunt
This patchset removes the empty poll experimental API, which has been in an experimental state since it was added. This API is no longer needed as it is superceded by the monitor/pause/scale callback mechanism. Signed-off-by: David Hunt --- lib/power/meson.build| 2 - lib/power/rt

power: remove experimental empty poll API

2022-12-20 Thread David Hunt
removes the experimental empty poll API, the empty poll mode from l3fwd-power, and related documentation. This is based on a deprecation notice in the previous release. [1/3] examples/power: remove empty poll mode from [2/3] libs/power: remove experimental empty poll API [3/3] doc/power: remove empty poll documentation