From: Tyler Retzlaff <roret...@linux.microsoft.com> Notify deprecation of rte_ctrl_thread_create API, it will be removed as it exposes platform-specific thread details.
Signed-off-by: Tyler Retzlaff <roret...@linux.microsoft.com> Acked-by: Morten Brørup <m...@smartsharesystems.com> Reviewed-by: Mattias Rönnblom <mattias.ronnb...@ericsson.com> --- doc/guides/rel_notes/deprecation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index eea99b4..c6e7d04 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -23,6 +23,11 @@ Deprecation Notices rte_thread_set_name being marked as stable, and planned to be removed by the 23.11 release. +* eal: The function ``rte_ctrl_thread_create`` is planned to be deprecated + starting with the 23.07 release, subject to the replacement API + rte_control_thread_create being marked as stable, and planned to be removed + by the 23.11 release. + * 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 -- 1.8.3.1