From: David Marchand Date: Tue, 4 Aug 2020 14:07:17 +0000 (+0200) Subject: doc: announce internal hotplug structure removal X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=67359d54f72bd460f7daf06463b120d2f862ce38;p=dpdk.git doc: announce internal hotplug structure removal rte_dev_event has never been used outside of the EAL. No point in exposing it. Signed-off-by: David Marchand Acked-by: Bruce Richardson Acked-by: Andrew Rybchenko Acked-by: Ray Kinsella --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 67f977b7b1..299e30d921 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -34,6 +34,9 @@ Deprecation Notices remove it from the externally visible ABI and allow it to be updated in the future. +* eal: The ``rte_dev_event`` structure will be made private to the EAL as no + public API makes use of it. + * rte_atomicNN_xxx: These APIs do not take memory order parameter. This does not allow for writing optimized code for all the CPU architectures supported in DPDK. DPDK will adopt C11 atomic operations semantics and provide wrappers