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
Hi, Tyler Retzlaff We found an error when ASAN test, AddressSanitizer: stack-buffer-overflow error when quit testpmd. Could you please have a look at it , also submitted a Bugzilla ticket: https://bugs.dpdk.org/show_bug.cgi?id=1166 Thanks. Regards, Li, Weiyuan > -Original Message- > F