From: Matthew Yeazel <yeazelm@amazon.com>
To: <yeazelm@amazon.com>
Cc: <daniel@iogearbox.net>, <gregkh@linuxfoundation.org>,
<martin.lau@kernel.org>, <peilin.ye@bytedance.com>,
<razor@blackwall.org>, <sashal@kernel.org>,
<stable@vger.kernel.org>, <zhangyoulun@bytedance.com>
Subject: Re: [PATCH 6.1.y] bpf: Fix dev's rx stats for bpf_redirect_peer traffic
Date: Mon, 14 Oct 2024 11:33:15 -0700 [thread overview]
Message-ID: <20241014183315.39532-1-yeazelm@amazon.com> (raw)
In-Reply-To: <20241014182130.37592-1-yeazelm@amazon.com>
> diff --git a/net/core/dev.c b/net/core/dev.c
> index 20d8b9195ef6..9f5109a15e4c 100644
> --- a/net/core/dev.c
> +++ b/net/core/dev.c
> @@ -9983,6 +9983,54 @@ void netif_tx_stop_all_queues(struct net_device *dev)
> }
> EXPORT_SYMBOL(netif_tx_stop_all_queues);
>
> +static int netdev_do_alloc_pcpu_stats(struct net_device *dev)
> +{
I submitted this prematurely, this needs a few more changes that this commit depends upon. I'll work on getting the full patchset ready for backporting to 6.1.y.
prev parent reply other threads:[~2024-10-14 18:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-14 18:21 [PATCH 6.1.y] bpf: Fix dev's rx stats for bpf_redirect_peer traffic Matthew Yeazel
2024-10-14 18:33 ` Matthew Yeazel [this message]
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=20241014183315.39532-1-yeazelm@amazon.com \
--to=yeazelm@amazon.com \
--cc=daniel@iogearbox.net \
--cc=gregkh@linuxfoundation.org \
--cc=martin.lau@kernel.org \
--cc=peilin.ye@bytedance.com \
--cc=razor@blackwall.org \
--cc=sashal@kernel.org \
--cc=stable@vger.kernel.org \
--cc=zhangyoulun@bytedance.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.