doc: announce renaming of eventdev stop flush callback

Stop flush callback is missing `rte_` prefix
and might conflict with application declarations.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Mattias Rönnblom <mattias.ronnblom@ericsson.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
This commit is contained in:
Pavan Nikhilesh 2022-06-24 14:38:28 +05:30 committed by Thomas Monjalon
parent 95ec0dc9ee
commit f65f421bc4

View File

@ -193,6 +193,9 @@ Deprecation Notices
This field will be used to add periodic mode support
to the software timer adapter in DPDK 22.11.
* eventdev: The function pointer declaration ``eventdev_stop_flush_t``
will be renamed to ``rte_eventdev_stop_flush_t`` in DPDK 22.11.
* metrics: The function ``rte_metrics_init`` will have a non-void return
in order to notify errors instead of calling ``rte_exit``.