hello, I got compiled dpdk-2.1-1.1 from mellanox website
I got mlnx ofed 3.1 1.0.3
I trying to start testpmd and got errors
I using centos 7.1.
./x86_64-native-linuxapp-gcc/app/testpmd -c 0xf -n4
EAL: Detected lcore 0 as core 0 on socket 0
EAL: Detected lcore 1 as core 1 on socket 0
EAL: Detected lcore 2 as core 2 on socket 0
EAL: Detected lcore 3 as core 3 on socket 0
EAL: Detected lcore 4 as core 4 on socket 0
EAL: Detected lcore 5 as core 5 on socket 0
EAL: Support maximum 128 logical core(s) by configuration.
EAL: Detected 6 lcore(s)
EAL: VFIO modules not all loaded, skip VFIO support...
EAL: Setting up physically contiguous memory...
EAL: Ask a virtual area of 0x200000 bytes
EAL: Virtual area found at 0x7ff0c1200000 (size = 0x200000)
EAL: Ask a virtual area of 0x27c00000 bytes
EAL: Virtual area found at 0x7ff099400000 (size = 0x27c00000)
EAL: Ask a virtual area of 0x1000000 bytes
EAL: Virtual area found at 0x7ff098200000 (size = 0x1000000)
EAL: Ask a virtual area of 0x3e000000 bytes
EAL: Virtual area found at 0x7ff05a000000 (size = 0x3e000000)
EAL: Ask a virtual area of 0x200000 bytes
EAL: Virtual area found at 0x7ff059c00000 (size = 0x200000)
EAL: Ask a virtual area of 0x200000 bytes
EAL: Virtual area found at 0x7ff059800000 (size = 0x200000)
EAL: Ask a virtual area of 0xf400000 bytes
EAL: Virtual area found at 0x7ff04a200000 (size = 0xf400000)
EAL: Ask a virtual area of 0x79800000 bytes
EAL: Virtual area found at 0x7fefd0800000 (size = 0x79800000)
EAL: Ask a virtual area of 0x10000000 bytes
EAL: Virtual area found at 0x7fefc0600000 (size = 0x10000000)
EAL: Ask a virtual area of 0x200000 bytes
EAL: Virtual area found at 0x7fefc0200000 (size = 0x200000)
EAL: Requesting 2048 pages of size 2MB from socket 0
EAL: TSC frequency is ~3699897 KHz
EAL: Master lcore 0 is ready (tid=c314f900;cpuset=[0])
EAL: lcore 1 is ready (tid=bf9e7700;cpuset=[1])
EAL: lcore 3 is ready (tid=be9e5700;cpuset=[3])
EAL: lcore 2 is ready (tid=bf1e6700;cpuset=[2])
EAL: PCI device 0000:01:00.0 on NUMA socket 0
EAL: probe driver: 15b3:1003 librte_pmd_mlx4
PMD: librte_pmd_mlx4: PCI information matches, using device "mlx4_0" (VF: false)
PMD: librte_pmd_mlx4: 2 port(s) detected
PMD: librte_pmd_mlx4: port 1 MAC address is f4:52:14:22:a2:71
PMD: librte_pmd_mlx4: port 2 MAC address is f4:52:14:22:a2:72
EAL: PCI device 0000:0a:00.0 on NUMA socket -1
EAL: probe driver: 8086:10d3 rte_em_pmd
EAL: Not managed by a supported kernel driver, skipped
Configuring Port 0 (socket 0)
PMD: librte_pmd_mlx4: 0x8e00e0: TX queues number update: 0 -> 1
PMD: librte_pmd_mlx4: 0x8e00e0: RX queues number update: 0 -> 1
PMD: librte_pmd_mlx4: 0x8e00e0: QP creation failure: Invalid argument
Fail to configure port 0 tx queues
EAL: Error - exiting with code: 1
Cause: Start ports failed