From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Martin Spinler <spinler@cesnet.cz>
Subject: Re: [PATCH 1/2] net/nfb: remove unused flag
Date: Sun, 11 Jan 2026 17:14:31 -0800 [thread overview]
Message-ID: <20260111171431.71788862@phoenix.local> (raw)
In-Reply-To: <20260101181345.201601-1-stephen@networkplumber.org>
On Thu, 1 Jan 2026 10:13:43 -0800
Stephen Hemminger <stephen@networkplumber.org> wrote:
> 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;
Queued to next-net
next prev parent reply other threads:[~2026-01-12 1:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-01 18:13 [PATCH 1/2] net/nfb: remove unused flag Stephen Hemminger
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 ` Stephen Hemminger [this message]
2026-01-12 6:17 ` [PATCH 1/2] net/nfb: remove unused flag 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=20260111171431.71788862@phoenix.local \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.