[DPDK/ethdev Bug 1448] cannot disable RTE_ETHDEV_RXTX_CALLBACKS from rte_config.h
bugzilla at dpdk.org
bugzilla at dpdk.org
Thu May 30 12:54:39 CEST 2024
https://bugs.dpdk.org/show_bug.cgi?id=1448
Morten Brørup (mb at smartsharesystems.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mb at smartsharesystems.com
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Morten Brørup (mb at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20240530/d4fc4984/attachment.htm>
More information about the dev
mailing list