From: patchwork-bot+netdevbpf@kernel.org
To: Eric Dumazet <edumazet@google.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
horms@kernel.org, kuniyu@google.com, andrew+netdev@lunn.ch,
netdev@vger.kernel.org, eric.dumazet@gmail.com
Subject: Re: [PATCH v2 net-next 0/3] geneve: make geneve_fill_info() RTNL-less
Date: Tue, 21 Jul 2026 07:40:10 +0000 [thread overview]
Message-ID: <178461961014.135554.12919312491545775223.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260707145331.3717941-1-edumazet@google.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Tue, 7 Jul 2026 14:53:27 +0000 you wrote:
> This series makes geneve_fill_info() independent of the RTNL lock by
> converting the device configuration to an RCU-protected pointer.
>
> Historically, geneve_changelink() updated the device configuration by
> copying the new configuration over the old one using memcpy() under RTNL.
>
> To prevent the transmit/receive data paths from reading torn values during
> the copy, geneve_quiesce() was used to pause the data path and wait for
> a synchronize_net(), causing packet loss and latency.
>
> [...]
Here is the summary with links:
- [v2,net-next,1/3] geneve: pass geneve_config pointer to helper functions
https://git.kernel.org/netdev/net-next/c/777434f53e77
- [v2,net-next,2/3] geneve: convert config to RCU-protected pointer
https://git.kernel.org/netdev/net-next/c/0ba269933f73
- [v2,net-next,3/3] geneve: make geneve_fill_info() RTNL independent
https://git.kernel.org/netdev/net-next/c/5415c41a8378
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:[~2026-07-21 7:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-07 14:53 [PATCH v2 net-next 0/3] geneve: make geneve_fill_info() RTNL-less Eric Dumazet
2026-07-07 14:53 ` [PATCH v2 net-next 1/3] geneve: pass geneve_config pointer to helper functions Eric Dumazet
2026-07-14 18:03 ` Simon Horman
2026-07-07 14:53 ` [PATCH v2 net-next 2/3] geneve: convert config to RCU-protected pointer Eric Dumazet
2026-07-07 14:53 ` [PATCH v2 net-next 3/3] geneve: make geneve_fill_info() RTNL independent Eric Dumazet
2026-07-21 7:40 ` 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=178461961014.135554.12919312491545775223.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=eric.dumazet@gmail.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=kuniyu@google.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.