[dpdk-dev] [PATCH v5 4/9] eal: hide shared memory config

Burakov, Anatoly anatoly.burakov at intel.com
Mon Jul 8 11:22:06 CEST 2019


On 05-Jul-19 8:08 PM, Thomas Monjalon wrote:
> 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.
> 

They probably need to include stdbool. Not removing these broke 
everything else... I should get a mlx compilation setup.

-- 
Thanks,
Anatoly


More information about the dev mailing list