Hello, I've been trying to create an app which uses the DPDK shared library and therefore I have
CONFIG_RTE_BUILD_SHARED_LIB=y However, when I try to run 'test-pmd' I get EAL: No probed ethernet devices This is strange because when I compile DPDK with CONFIG_RTE_BUILD_SHARED_LIB=n and run 'test-pmd' everything works fine. I'm using the IGB UIO module on a x86_64 Ubuntu OS running on a vm and I set everything up according to the documentation. Any help would be appreciated.