Morten Brørup changed bug 1448
What Removed Added
CC   mb@smartsharesystems.com
Status UNCONFIRMED RESOLVED
Resolution --- INVALID

Comment # 1 on bug 1448 from
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: