You can check your pmd drivers so via e.g.:
dpkg -L  librte-pmd-ixgbe1 | grep '\.so'
/usr/lib/x86_64-linux-gnu/librte_pmd_ixgbe.so.1

And then add that to the tools invocation:
/home/ubuntu/dpdk-testing/l2fwd/l2fwd -d 
/usr/lib/x86_64-linux-gnu/librte_pmd_ixgbe.so.1

That loads the pmd driver which registers itself and then lets the
application work with the devices.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1628419

Title:
  l2fwd and other dpdk applicaitons are no more finding their pmd
  drivers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpdk/+bug/1628419/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to