From: Erik Gabriel Carrillo Date: Mon, 6 May 2019 21:29:56 +0000 (-0500) Subject: doc: add timer library changes to release notes X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=9b464145a5e0db05827b6fcb632a610fe017be6b;p=dpdk.git doc: add timer library changes to release notes Signed-off-by: Erik Gabriel Carrillo Acked-by: John McNamara --- diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst index 5044ac7df1..f4457ac7e9 100644 --- a/doc/guides/rel_notes/release_19_05.rst +++ b/doc/guides/rel_notes/release_19_05.rst @@ -266,6 +266,11 @@ API Changes * power: ``rte_power_set_env`` and ``rte_power_unset_env`` functions have been modified to be thread safe. +* timer: Functions have been introduced that allow multiple instances of the + timer lists to be created, and they are now allocated in shared memory. New + functions allow particular timer lists to be selected when timers are being + started, stopped, and managed. + ABI Changes ----------- @@ -296,6 +301,9 @@ ABI Changes alignment for ``rte_crypto_asym_op`` to restore expected ``rte_crypto_op`` layout and alignment. +* timer: ``rte_timer_subsystem_init`` now returns success or failure to reflect + whether it was able to allocate memory. + Shared Library Versions -----------------------