Repro steps:
- Bind physical interfaces to igb_uio using dpdk-devbind.
- Run dpdk-testpmd with log-level set to debug, we will see "EAL: Cannot open /dev/uio0: No such file or directory".
- Do ls -l /dev | grep uio and nothing comes up.
What to do?
Expectation is that after binding physical interfaces to igb_uio using dpdk-devbind, u should see the interface in the "show port info all" when u run dpdk-testpmd.