[dpdk-dev] [PATCH v9 09/12] eal/windows: improve CPU and NUMA node detection
Dmitry Kozlyuk
dmitry.kozliuk at gmail.com
Mon Jun 15 17:39:32 CEST 2020
[snip]
> > + rte_errno = EINVAL;
> > + return -1;
> > + }
>
> rte_errno is unknown
>
> It seems to be fixed in patch 12:
>
> --- a/lib/librte_eal/windows/eal_windows.h
> +++ b/lib/librte_eal/windows/eal_windows.h
> @@ -9,8 +9,24 @@
> * @file Facilities private to Windows EAL
> */
>
> +#include <rte_errno.h>
> #include <rte_windows.h>
>
>
> I'll merge it in patch 9
OK. Thanks for both fixes while merging and sorry for the mess. I'll try to
automate local per-commit testing next time (test-meson-builds, etc).
--
Dmitry Kozlyuk
More information about the dev
mailing list