Re: [PATCH v5 0/6] add thread lifetime and attributes API

2022-10-07 Thread Tyler Retzlaff
thanks David, appreciate it. it's nice to finally get this series cleared. On Thu, Oct 06, 2022 at 09:25:12PM +0200, David Marchand wrote: > On Wed, Oct 5, 2022 at 7:07 PM Tyler Retzlaff > wrote: > > > > add rte thread lifetime and attributes api. with these api additions > > there is now suffic

Re: [PATCH v5 0/6] add thread lifetime and attributes API

2022-10-06 Thread David Marchand
On Wed, Oct 5, 2022 at 7:07 PM Tyler Retzlaff wrote: > > add rte thread lifetime and attributes api. with these api additions > there is now sufficient platform abstracted thread api to remove the > use of pthread in the unit tests. > > v5: > * include errno.h in rte_thread.c since errno.h is no

[PATCH v5 0/6] add thread lifetime and attributes API

2022-10-05 Thread Tyler Retzlaff
add rte thread lifetime and attributes api. with these api additions there is now sufficient platform abstracted thread api to remove the use of pthread in the unit tests. v5: * include errno.h in rte_thread.c since errno.h is no longer included in rte_common.h * move rte_thread_attr symbo