DPDK patches and discussions
 help / color / mirror / Atom feed
From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [DPDK/ethdev Bug 1448] cannot disable RTE_ETHDEV_RXTX_CALLBACKS from rte_config.h
Date: Thu, 30 May 2024 08:44:56 +0000	[thread overview]
Message-ID: <bug-1448-3@http.bugs.dpdk.org/> (raw)

[-- Attachment #1: Type: text/plain, Size: 799 bytes --]

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: 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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #2: Type: text/html, Size: 2664 bytes --]

             reply	other threads:[~2024-05-30  8:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-30  8:44 bugzilla [this message]
2024-05-30 10:54 ` bugzilla
2024-05-30 14:05 ` bugzilla
2024-05-30 14:28 ` bugzilla

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-1448-3@http.bugs.dpdk.org/ \
    --to=bugzilla@dpdk.org \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).