]> git.droids-corp.org - dpdk.git/commitdiff
doc: remove deprecation notice for interrupt
authorHarman Kalra <hkalra@marvell.com>
Wed, 3 Nov 2021 17:50:56 +0000 (23:20 +0530)
committerDavid Marchand <david.marchand@redhat.com>
Fri, 5 Nov 2021 17:28:00 +0000 (18:28 +0100)
Deprecation notice targeted for 21.11 has been committed with
following as the first commit of the series.

Fixes: b7c984291611 ("interrupts: add allocator and accessors")
Signed-off-by: Harman Kalra <hkalra@marvell.com>
Acked-by: David Marchand <david.marchand@redhat.com>
doc/guides/rel_notes/deprecation.rst
doc/guides/rel_notes/release_21_11.rst

index 48ffb3db1b774c3f0fa832b8f070806386996a5c..edb5d954f38e1095c9f8d76dfbc31b6678b7ad67 100644 (file)
@@ -17,9 +17,6 @@ Deprecation Notices
 * eal: The function ``rte_eal_remote_launch`` will return new error codes
   after read or write error on the pipe, instead of calling ``rte_panic``.
 
-* eal: Making ``struct rte_intr_handle`` internal to avoid any ABI breakages
-  in future.
-
 * 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 has adopted the atomic operations from
index 9a27dfe2b00e08284fbed25b81bbea7780e4907a..8968a19ae18a28394315c6db7afe7a41e7976e0b 100644 (file)
@@ -420,6 +420,8 @@ API Changes
   the ``enum rte_lcore_state_t``.
   The lcore state ``WAIT`` is enough to represent the same state.
 
+* eal: Made ``rte_intr_handle`` structure definition hidden.
+
 * kvargs: The experimental function ``rte_kvargs_strcmp()`` has been
   removed. Its usages have been replaced by a new function
   ``rte_kvargs_get_with_value()``.