how can let rte_eal_init parse device success?

Dmitry Kozlyuk dmitry.kozliuk at gmail.com
Tue Aug 29 11:18:36 CEST 2023


Hi,

Most likely PCI bus driver (a DPDK library) is missing.
Either it is not linked into "helloworld" if it is your own app;
or the path to DPDK libraries (*.so) is not in LD_LIBARY_PATH
if it is "dpdk-helloworld" binary.

If this doesn't help, please post exact commands and their full output (log),
not just "success" or "is right".


More information about the users mailing list