From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>,
Martin Spinler <spinler@cesnet.cz>
Subject: [PATCH 1/2] net/nfb: remove unused flag
Date: Thu, 1 Jan 2026 10:13:43 -0800 [thread overview]
Message-ID: <20260101181345.201601-1-stephen@networkplumber.org> (raw)
The configure callback does use the device argument.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
drivers/net/nfb/nfb_ethdev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/nfb/nfb_ethdev.c b/drivers/net/nfb/nfb_ethdev.c
index 98119d70fd..5f1b11a961 100644
--- a/drivers/net/nfb/nfb_ethdev.c
+++ b/drivers/net/nfb/nfb_ethdev.c
@@ -181,7 +181,7 @@ nfb_eth_dev_stop(struct rte_eth_dev *dev)
* 0 on success, a negative errno value otherwise.
*/
static int
-nfb_eth_dev_configure(struct rte_eth_dev *dev __rte_unused)
+nfb_eth_dev_configure(struct rte_eth_dev *dev)
{
int ret;
struct pmd_internals *internals = dev->data->dev_private;
--
2.51.0
next reply other threads:[~2026-01-01 18:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-01 18:13 Stephen Hemminger [this message]
2026-01-01 18:13 ` [PATCH 2/2] net/af_packet: remove unused attribute Stephen Hemminger
2026-01-12 1:14 ` Stephen Hemminger
2026-01-12 1:14 ` [PATCH 1/2] net/nfb: remove unused flag Stephen Hemminger
2026-01-12 6:17 ` Martin Spinler
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=20260101181345.201601-1-stephen@networkplumber.org \
--to=stephen@networkplumber.org \
--cc=dev@dpdk.org \
--cc=spinler@cesnet.cz \
/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).