| 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@dpdk.org |
| Reporter | gakhil@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