[dpdk-dev] No probed ethernet devices with shared library

2015-05-18 Thread Panu Matilainen
On 05/18/2015 12:55 AM, Stuart Andrews wrote: > 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 wh

[dpdk-dev] No probed ethernet devices with shared library

2015-05-17 Thread Stuart Andrews
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 'tes