2019 06 05 24 18 [linux] install dpdk

git clone git://dpdk.org/dpdk

make config T=x86_64-native-linux-gcc

make

遇到找不到 numa.h 的錯誤

fatal error: numa.h: No such file or directory

yum install numactl-devel*x86_64

yum install kernel-devel

yum install kernel-devel-3.10.0-957.el7.x86_64