Re: [PATCH v5 1/3] eal: add rte control thread create API

2023-02-07 Thread Tyler Retzlaff
On Tue, Feb 07, 2023 at 02:12:18PM +0100, David Marchand wrote: > On Tue, Jan 31, 2023 at 9:30 PM Tyler Retzlaff > wrote: > > > > Add rte_control_thread_create API as a replacement for > > rte_ctrl_thread_create to allow deprecation of the use of platform > > specific types in DPDK public API. > >

Re: [PATCH v5 1/3] eal: add rte control thread create API

2023-02-07 Thread David Marchand
On Tue, Jan 31, 2023 at 9:30 PM Tyler Retzlaff wrote: > > Add rte_control_thread_create API as a replacement for > rte_ctrl_thread_create to allow deprecation of the use of platform > specific types in DPDK public API. > > Duplicate the rte_ctrl_thread_create test adapted to use > rte_control_thre

[PATCH v5 1/3] eal: add rte control thread create API

2023-01-31 Thread Tyler Retzlaff
Add rte_control_thread_create API as a replacement for rte_ctrl_thread_create to allow deprecation of the use of platform specific types in DPDK public API. Duplicate the rte_ctrl_thread_create test adapted to use rte_control_thread create to keep both APIs under test until rte_ctrl_thread_create

[PATCH v5 1/3] eal: add rte control thread create API

2023-01-31 Thread Tyler Retzlaff
From: Tyler Retzlaff Add rte_control_thread_create API as a replacement for rte_ctrl_thread_create to allow deprecation of the use of platform specific types in DPDK public API. Duplicate the rte_ctrl_thread_create test adapted to use rte_control_thread create to keep both APIs under test until