> -----Original Message-----
> From: Thomas Monjalon <[email protected]>
> Sent: Tuesday, February 14, 2023 7:03 PM
> To: Zhang, Ke1X <[email protected]>
> Cc: Zhang, Qi Z <[email protected]>; Yang, Qiming
> <[email protected]>; [email protected]; Tyler Retzlaff
> <[email protected]>
> Subject: Re: [PATCH v2] net/ice: fix ice dcf control thread crash
>
> 13/02/2023 08:16, Ke Zhang:
> > --- a/lib/eal/windows/include/pthread.h
> > +++ b/lib/eal/windows/include/pthread.h
> > +static inline void
> > +pthread_exit(__rte_unused void *__retval) { }
>
> Please don't add more shim layer.
> There is a new layer rte_thread_* in lib/eal/include/rte_thread.h
>
Thanks for your comments.
Do I need add a function like rte_thread_exit() in in
lib/eal/include/rte_thread.h?
There is no function for supporting pthread_exit.