[dpdk-dev] [PATCH v3] eal/windows: fix invalid thread handle
Tasnim Bashar
tbashar at mellanox.com
Fri Jun 12 18:22:35 CEST 2020
In rte_windows, rte_log is used.
Therefore, rte_log is included to use rte_windows independently.
- Tasnim
> -----Original Message-----
> From: Thomas Monjalon <thomas at monjalon.net>
> Sent: Thursday, June 11, 2020 7:35 AM
> To: Tasnim Bashar <tbashar at mellanox.com>
> Cc: dev at dpdk.org; harini.ramakrishnan at microsoft.com;
> pallavi.kadam at intel.com; ranjit.menon at intel.com; ocardona at microsoft.com;
> navasile at linux.microsoft.com; dmitry.kozliuk at gmail.com; Tal Shnaiderman
> <talshn at mellanox.com>; Fady Bader <fady at mellanox.com>; Ophir Munk
> <ophirmu at mellanox.com>
> Subject: Re: [dpdk-dev] [PATCH v3] eal/windows: fix invalid thread handle
>
> 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?
>
More information about the dev
mailing list