[dpdk-dev] Can't build DPDK-16.04 on CentOS 6.8

2016-06-16 Thread Murali Krishna
Hi, I faced the same problem while building dpdk(1.7.1, 1.8.0, 2.0.0, 2.2.0) on Rhel6.8 GA kernel. Disabling CONFIG_RTE_EAL_IGB_UIO and CONFIG_RTE_KNI_KMOD in dpdk-X/config/common_linuxapp resolved this issue. Br, Murali -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behal

[dpdk-dev] Creation of mbuf pool for socket 0 failed on VM

2016-05-28 Thread Murali Krishna
Hi, I have attached two 10G NICs to VM as pass-through devices and I?m trying to run testpmd on the VM. I have assigned 4GB RAM and 2 cores to the VM. /DPDK22/testpmd -c 0x3 -n 2 -d /DPDK22/librte_pmd_oce.so -w $P0 -w $P1 -- -i --nb-cores=1 --nb-ports=2 Where P0 and P1 are the PCI IDs of t