[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