[dpdk-dev] [PATCH v3] eal/windows: fix invalid thread handle

Thomas Monjalon thomas at monjalon.net
Fri Jun 12 23:33:00 CEST 2020


12/06/2020 18:22, Tasnim Bashar:
> From: Thomas Monjalon <thomas at monjalon.net>
> > 02/06/2020 04:00, Tasnim Bashar:
> > > --- a/lib/librte_eal/windows/include/rte_windows.h
> > > +++ b/lib/librte_eal/windows/include/rte_windows.h
> > > @@ -29,6 +29,7 @@
> > >  #define INITGUID
> > >  #endif
> > >  #include <initguid.h>
> > > +#include <rte_log.h>
> > 
> > Why do you need adding rte_log in rte_windows?
> 
> In rte_windows, rte_log is used.
> Therefore, rte_log is included to use rte_windows independently.

OK




More information about the dev mailing list