[dpdk-users] testpmd fails to run because librte_pmd_bond.so is missing
David Aldrich
david.aldrich.ntml at gmail.com
Fri Jan 22 15:08:21 CET 2021
Hi
I have built and installed DPDK v.18.11.9 on Centos 7
using x86_64-native-linuxapp-gcc and option:
CONFIG_RTE_BUILD_SHARED_LIB=y
We want to run testpmd but it fails to load:
$ ./x86_64-native-linuxapp-gcc/app/testpmd
./x86_64-native-linuxapp-gcc/app/testpmd: error while loading shared
libraries: librte_pmd_bond.so.2.1: cannot open shared object file: No such
file or directory
This is expected as lib does not contain librte_pmd_bond.so.
What build options should I use to build this library?
Best regards
David
More information about the users
mailing list