There is an error with 32-bit build:

lib/librte_eal/common/malloc_heap.c:83:2: error: large integer implicitly 
truncated to unsigned type [-Werror=overflow]
  case RTE_PGSIZE_4G:
  ^
lib/librte_eal/common/malloc_heap.c:86:2: error: large integer implicitly 
truncated to unsigned type [-Werror=overflow]
  case RTE_PGSIZE_16G:
  ^

Reply via email to