05/07/2019 19:26, Anatoly Burakov: > --- a/lib/librte_eal/common/include/rte_fbarray.h > +++ b/lib/librte_eal/common/include/rte_fbarray.h > @@ -34,7 +34,6 @@ > extern "C" { > #endif > > -#include <stdbool.h> > #include <stdio.h>
It triggers some compilation errors in mlx4 and mlx5: fatal error: unknown type name 'bool' I will try to fix them.