From: Harman Kalra Date: Wed, 3 Nov 2021 17:50:56 +0000 (+0530) Subject: doc: remove deprecation notice for interrupt X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=5cee6f7d3dace1959c7b694d9ffbd9dc507162ee;p=dpdk.git doc: remove deprecation notice for interrupt 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 Acked-by: David Marchand --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 48ffb3db1b..edb5d954f3 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -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 diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst index 9a27dfe2b0..8968a19ae1 100644 --- a/doc/guides/rel_notes/release_21_11.rst +++ b/doc/guides/rel_notes/release_21_11.rst @@ -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()``.