Re: [PATCH 3/3] eal: deprecate pthread control thread create API

2022-12-05 Thread Tyler Retzlaff
On Mon, Dec 05, 2022 at 01:18:05PM -0800, Stephen Hemminger wrote: > On Mon, 5 Dec 2022 12:24:28 -0800 > Tyler Retzlaff wrote: > > > + > > +* eal: The function ``rte_ctrl_thread_create`` will be removed and > > + replaced by the new ``rte_control_thread_create``api, continuing the > > + effort

Re: [PATCH 3/3] eal: deprecate pthread control thread create API

2022-12-05 Thread Stephen Hemminger
On Mon, 5 Dec 2022 12:24:28 -0800 Tyler Retzlaff wrote: > + > +* eal: The function ``rte_ctrl_thread_create`` will be removed and > + replaced by the new ``rte_control_thread_create``api, continuing the > + effort to decouple eal from platform-specific thread implementations. If you want to c

[PATCH 3/3] eal: deprecate pthread control thread create API

2022-12-05 Thread Tyler Retzlaff
Signed-off-by: Tyler Retzlaff --- doc/guides/rel_notes/deprecation.rst | 4 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index b9b02dc..cb74e08 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel