[PATCH v2] net/ice: fix ice dcf control thread crash
Thomas Monjalon
thomas at monjalon.net
Mon Feb 20 01:30:12 CET 2023
16/02/2023 08:53, Zhang, Ke1X:
> From: Thomas Monjalon <thomas at 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?
More information about the dev
mailing list