doc: remove obsolete deprecation notice for power library
authorDavid Hunt <david.hunt@intel.com>
Wed, 4 Nov 2020 09:28:10 +0000 (09:28 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 4 Nov 2020 20:08:30 +0000 (21:08 +0100)
commitf348642d6f0d7da89bf6e156ff15a8f89c1db5c6
treeb7dd979c30e4d1ffab43bfaac62e1125735f864a
parentcbd2f21ab76b5aa8d7c7967b37062cfb57d8002b
doc: remove obsolete deprecation notice for power library

Remove notice announcing an already-implemented change.

In 19.05, rte_power_set_env was changed to return -1 in cases where
the environment was already set up, and for the same release, a
deprecation notice was added.
This patch removes that notice.

The API change was tested by calling rte_power_set_env twice. The first
call succeeded, and the second call failed, as expected.

Fixes: 5a5f3178d4a8 ("power: return error when environment already set")
Cc: stable@dpdk.org
Signed-off-by: David Hunt <david.hunt@intel.com>
doc/guides/rel_notes/deprecation.rst