Hi, I tried to run dpdk testpmd on Qualcomm ARM server + intel 82599 NIC + CentOS 7.4. However, an error occured with the following output.
[root@localhost app]# ./testpmd -l 4-5 -m 1024 -w 0000:01:00.1 -- -i -a --forward-mode=io EAL: Detected 47 lcore(s) EAL: Detected 1 NUMA nodes EAL: Multi-process socket /var/run/dpdk/rte/mp_socket EAL: Probing VFIO support... EAL: PCI device 0000:01:00.1 on NUMA socket -1 EAL: Invalid NUMA socket, default to 0 EAL: probe driver: 8086:10fb net_ixgbe EAL: Cannot open /sys/bus/pci/devices/0000:01:00.1/resource0: No such file or directory EAL: Requested device 0000:01:00.1 cannot be used testpmd: No probed ethernet devices Interactive-mode selected Auto-start selected Set io packet forwarding mode testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=155456, size=2176, socket=0 testpmd: preferred mempool ops selected: ring_mp_mc Done Start automatic packet forwarding io packet forwarding - ports=0 - cores=0 - streams=0 - NUMA support enabled, MP over anonymous pages disabled io packet forwarding packets/burst=32 nb forwarding cores=1 - nb forwarding ports=0 testpmd> According to the message above, I entered the /sys/bus/pci/devices/0000:01:00.1/ directory and I could not find the resource0/1/2/3 file which will be found at X86 server. Both PF and VF have the same problem. And X710 NIC the same, too. Does anybody meet this situation before? Can anyone please help me with this problem? Thanks Yong