On 5/4/2016 3:47 PM, Upendra Pathrikar wrote: > I am new to DPDK and running 2.2.0,I have bound Intel 82579V nic with > igb_uio and was working on testpmd application and i am not getting any > ports for testpmd probably beacuse of EAL: No probed ethernet devices > error. Please let me know what i'm doing wrong. >
Hi Upendra, You may get this if you are using dpdk as shared library. If so please try with -d option: "-d <pmd lib path>" Regards, ferruh
