[dpdk-stable-24.11.3] bbdev_trace.h: No such file or directory
David Aldrich
david.aldrich.ntml at gmail.com
Mon Sep 22 18:44:32 CEST 2025
Hi
I am upgrading our DPDK-enabled app from dpdk-stable-23.11.1 to
dpdk-stable-24.11.3. With dpdk-stable-24.11.3 I get compilation error:
In file included from <snip>:
/opt/dpdk/dpdk-stable-24.11.3/install/include/rte_bbdev.h:36:10: fatal
error: bbdev_trace.h: No such file or directory
We use pkg-config to provide cflags:
$ pkg-config --cflags libdpdk
-I/opt/dpdk/dpdk-stable-24.11.3/install/include -include rte_config.h
-march=native -mrtm
but the path to bbdev_trace.h is not included:
$ find /opt/dpdk/dpdk-stable-24.11.3/ -name bbdev_trace.h
/opt/dpdk/dpdk-stable-24.11.3/lib/bbdev/bbdev_trace.h
Please suggest what is missing.
Best regards
David
More information about the users
mailing list