https://bugs.dpdk.org/show_bug.cgi?id=1448 Morten Brørup (mb@smartsharesystems.com) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mb@smartsharesystems.com Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #1 from Morten Brørup (mb@smartsharesystems.com) --- Using #ifdef is the convention in DPDK, like in the Linux Kernel. The way to disable it is to outcomment it like this: /* RTE_ETHDEV_RXTX_CALLBACKS is not set */ E.g.: https://elixir.bootlin.com/dpdk/v24.03/source/config/rte_config.h#L60 -- You are receiving this mail because: You are the assignee for the bug.