> -----Original Message-----
> From: Thomas Monjalon <tho...@monjalon.net>
> Sent: Monday, February 20, 2023 8:30 AM
> To: Tyler Retzlaff <roret...@linux.microsoft.com>; Zhang, Ke1X
> <ke1x.zh...@intel.com>
> Cc: dev@dpdk.org; Zhang, Qi Z <qi.z.zh...@intel.com>; Yang, Qiming
> <qiming.y...@intel.com>; dev@dpdk.org; david.march...@redhat.com
> Subject: Re: [PATCH v2] net/ice: fix ice dcf control thread crash
>
> 16/02/2023 08:53, Zhang, Ke1X:
> > From: Thomas Monjalon <tho...@monjalon.net>
> > > 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?
>
> I guess yes.
>
> > There is no function for supporting pthread_exit.
>
> Tyler, how would you achieve the equivalent of pthread_exit?
>
@ Tyler, would you please share any idea?