Hi Everyone, I'm trying to configure DPDK 22 on Ubuntu 22.04.3 LTS and I'm facing an issue when running the testpmd application. Whenever I execute: sudo ./dpdk-testpmd I get the following error: testpmd: No probed ethernet devices I've followed the setup steps from the DPDK documentation, including hugepages allocation and binding NICs with vfio-pci, but still encountering the same issue. Could someone please help point out what might be missing or guide me on how to properly configure DPDK on this version of Ubuntu? I have tried on both these NICs: 0000:00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (17) I219-LM (rev 11) 0000:01:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03) Thanks in advance for your help! Best regards, Aniket Singh