[dpdk-dev] [PATCH v8 2/9] eal: memzone allocated by malloc

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Jul 14 22:41:19 CEST 2015


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:
  ^



More information about the dev mailing list