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

2023-02-24 Thread Tyler Retzlaff
On Fri, Feb 24, 2023 at 09:13:56AM +0100, David Marchand wrote: > On Wed, Feb 8, 2023 at 10:26 PM Tyler Retzlaff > wrote: > > > > Add rte_thread_create_control 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 v6 1/3] eal: add rte thread create control API

2023-02-24 Thread Tyler Retzlaff
On Fri, Feb 24, 2023 at 09:13:56AM +0100, David Marchand wrote: > On Wed, Feb 8, 2023 at 10:26 PM Tyler Retzlaff > wrote: > > > > Add rte_thread_create_control 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 v6 1/3] eal: add rte thread create control API

2023-02-24 Thread David Marchand
On Wed, Feb 8, 2023 at 10:26 PM Tyler Retzlaff wrote: > > Add rte_thread_create_control API as a replacement for > rte_ctrl_thread_create to allow deprecation of the use of platform > specific types in DPDK public API. > > Add test from David Marchand to exercise the new API. > > Signed-off-by: Ty

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

2023-02-23 Thread Li, WeiyuanX
age- > From: Tyler Retzlaff > Sent: Thursday, February 9, 2023 5:27 AM > To: dev@dpdk.org > Cc: david.march...@redhat.com; tho...@monjalon.net; Matz, Olivier > ; step...@networkplumber.org; > m...@smartsharesystems.com; hof...@lysator.liu.se; Tyler Retzlaff > > Subject: [PATCH

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

2023-02-08 Thread Tyler Retzlaff
Add rte_thread_create_control API as a replacement for rte_ctrl_thread_create to allow deprecation of the use of platform specific types in DPDK public API. Add test from David Marchand to exercise the new API. Signed-off-by: Tyler Retzlaff Acked-by: Morten Brørup Reviewed-by: Mattias Rönnblom