From: Jakub Kicinski <kuba@kernel.org>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com,
michael.chan@broadcom.com, gospo@broadcom.com
Subject: Re: [PATCH net] bnxt: don't handle XDP in netpoll
Date: Thu, 27 Jul 2023 11:26:28 -0700 [thread overview]
Message-ID: <20230727112628.69884e5d@kernel.org> (raw)
In-Reply-To: <20230727170505.1298325-1-kuba@kernel.org>
On Thu, 27 Jul 2023 10:05:05 -0700 Jakub Kicinski wrote:
> if (bnapi->tx_pkts && !bnapi->tx_fault) {
> - bnapi->tx_int(bp, bnapi, bnapi->tx_pkts);
> + bnapi->tx_int(bp, bnapi, bnapi->tx_pkts, budget);
I forgot the tx_fault detection went into net-next and not net :(
I'll have to rebase and deal with the conflict.
--
pw-bot: cr
next prev parent reply other threads:[~2023-07-27 18:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-27 17:05 [PATCH net] bnxt: don't handle XDP in netpoll Jakub Kicinski
2023-07-27 18:04 ` Andy Gospodarek
2023-07-27 18:26 ` Jakub Kicinski [this message]
2023-07-27 18:52 ` Michael Chan
2023-07-27 19:05 ` Jakub Kicinski
2023-07-27 19:29 ` Michael Chan
2023-07-27 19:40 ` Michael Chan
2023-07-27 19:42 ` Jakub Kicinski
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=20230727112628.69884e5d@kernel.org \
--to=kuba@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=gospo@broadcom.com \
--cc=michael.chan@broadcom.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/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.