Hi Everyone,
We're trying to run DPDK test-pmd app in a guest machine running Red Hat 7.5. The host is ESXi version 6.5/6.7. I'm building dpdk on the guest machine , I've tried both DPDK versions 18.08 and 17.11. We have created three interfaces on esxi for connection to our guest. One management port and two data ports. We're binding these two data ports to DPDK. The ports are all VMXNET3 interfaces. I am using test-pmd application, it worked only when I start the app for first time. We are getting following error when I restart the application ,tried using the uio_pci_generic and igb_uio driver, same issue with both the driver. Whenever I reboot the VM ,test-pmd works fine for first time ,if i restart the test-pmd it always giving following error. EAL: Not managed by a supported kernel driver, skipped EAL: PCI device 0000:0c:00.0 on NUMA socket -1 EAL: Invalid NUMA socket, default to 0 EAL: probe driver: 15ad:7b0 net_vmxnet3 EAL: Not managed by a supported kernel driver, skipped EAL: PCI device 0000:13:00.0 on NUMA socket -1 EAL: Invalid NUMA socket, default to 0 EAL: probe driver: 15ad:7b0 net_vmxnet3 EAL: PCI memory mapped at 0x140000000 EAL: PCI memory mapped at 0x140001000 EAL: PCI memory mapped at 0x140002000 PMD: eth_vmxnet3_dev_init(): >> PMD: eth_vmxnet3_dev_init(): Hardware version : 1 PMD: eth_vmxnet3_dev_init(): Using device version 1 PMD: eth_vmxnet3_dev_init(): UPT hardware version : 0 PMD: eth_vmxnet3_dev_init(): Incompatible UPT version. EAL: PCI memory unmapped at 0x140000000 EAL: PCI memory unmapped at 0x140001000 EAL: PCI memory unmapped at 0x140002000 EAL: Requested device 0000:13:00.0 cannot be used EAL: PCI device 0000:1b:00.0 on NUMA socket -1 EAL: Invalid NUMA socket, default to 0 EAL: probe driver: 15ad:7b0 net_vmxnet3 EAL: Not managed by a supported kernel driver, skipped EAL: No probed ethernet devices Interactive-mode selected USER1: create a new mbuf pool <mbuf_pool_socket_0>: n=171456, size=2176, socket=0 Done Any help to resolve above issue would be greatly appreciated. Thanks! Regards Puneet Singh