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 <hkalra@marvell.com> Acked-by: David Marchand <david.marchand@redhat.com>
This commit is contained in:
parent
ce1f72dc4f
commit
5cee6f7d3d
@ -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
|
||||
|
@ -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()``.
|
||||
|
Loading…
x
Reference in New Issue
Block a user