Hi All, In DPDK 1.3.1r2, When I include 'rte_malloc.h' in my app, and then compile it Will cause this issue: /root/dpdk/x86_64-default-linuxapp-gcc/include/rte_malloc.h:333: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?rte_malloc_virt2phy?
It looks it miss the definition of 'phys_addr_t' which is defined in 'rte_memory.h' Thanks BRs Jia Sui