]> git.droids-corp.org - dpdk.git/commitdiff
doc: announce internal hotplug structure removal
authorDavid Marchand <david.marchand@redhat.com>
Tue, 4 Aug 2020 14:07:17 +0000 (16:07 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 6 Aug 2020 17:01:17 +0000 (19:01 +0200)
rte_dev_event has never been used outside of the EAL.
No point in exposing it.

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
doc/guides/rel_notes/deprecation.rst

index 67f977b7b1c8cab0b9fd74f560d096200a2490ff..299e30d921841453ed43fd9374acafbb8dad0871 100644 (file)
@@ -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