From: patchwork-bot+netdevbpf@kernel.org
To: Cong Wang <xiyou.wangcong@gmail.com>
Cc: netdev@vger.kernel.org, bpf@vger.kernel.org,
wangdongdong.6@bytedance.com, tgraf@suug.ch,
alexei.starovoitov@gmail.com, cong.wang@bytedance.com
Subject: Re: [Patch net v2 1/2] lwt: disable BH too in run_lwt_bpf()
Date: Mon, 07 Dec 2020 20:10:06 +0000 [thread overview]
Message-ID: <160737180679.4672.12480079818853490607.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20201205075946.497763-1-xiyou.wangcong@gmail.com>
Hello:
This series was applied to bpf/bpf.git (refs/heads/master):
On Fri, 4 Dec 2020 23:59:45 -0800 you wrote:
> From: Dongdong Wang <wangdongdong.6@bytedance.com>
>
> The per-cpu bpf_redirect_info is shared among all skb_do_redirect()
> and BPF redirect helpers. Callers on RX path are all in BH context,
> disabling preemption is not sufficient to prevent BH interruption.
>
> In production, we observed strange packet drops because of the race
> condition between LWT xmit and TC ingress, and we verified this issue
> is fixed after we disable BH.
>
> [...]
Here is the summary with links:
- [net,v2,1/2] lwt: disable BH too in run_lwt_bpf()
https://git.kernel.org/bpf/bpf/c/d9054a1ff585
- [net,v2,2/2] lwt_bpf: replace preempt_disable() with migrate_disable()
https://git.kernel.org/bpf/bpf/c/e3366884b383
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2020-12-07 20:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-05 7:59 [Patch net v2 1/2] lwt: disable BH too in run_lwt_bpf() Cong Wang
2020-12-05 7:59 ` [Patch net v2 2/2] lwt_bpf: replace preempt_disable() with migrate_disable() Cong Wang
2020-12-07 20:10 ` patchwork-bot+netdevbpf [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=160737180679.4672.12480079818853490607.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=alexei.starovoitov@gmail.com \
--cc=bpf@vger.kernel.org \
--cc=cong.wang@bytedance.com \
--cc=netdev@vger.kernel.org \
--cc=tgraf@suug.ch \
--cc=wangdongdong.6@bytedance.com \
--cc=xiyou.wangcong@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox