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

Reply via email to