[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 10:44:56 CEST 2024
https://bugs.dpdk.org/show_bug.cgi?id=1448
Bug ID: 1448
Summary: cannot disable RTE_ETHDEV_RXTX_CALLBACKS from
rte_config.h
Product: DPDK
Version: 24.07
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: dev at dpdk.org
Reporter: gakhil at marvell.com
Target Milestone: ---
RTE_ETHDEV_RXTX_CALLBACKS is used with ifdefs in ethdev. But it is defined as
#define RTE_ETHDEV_RXTX_CALLBACKS 1
in rte_config.h
Hence we cannot actually disable it unless we undef/comment it.
Rather, we should use #if
--
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/d44adb3a/attachment.htm>
More information about the dev
mailing list