From: patchwork-bot+netdevbpf@kernel.org
To: Andrea Mayer <andrea.mayer@uniroma2.it>
Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com, horms@kernel.org,
dsahern@kernel.org, david.lebrun@uclouvain.be,
stefano.salsano@uniroma2.it, paolo.lungaroni@uniroma2.it,
nicolas.dichtel@6wind.com, justin.iurman@gmail.com,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH net v3 0/2] seg6: fix dst_cache sharing in seg6 lwtunnel
Date: Wed, 08 Apr 2026 03:30:09 +0000 [thread overview]
Message-ID: <177561900954.56280.12053503868401686.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260404004405.4057-1-andrea.mayer@uniroma2.it>
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Sat, 4 Apr 2026 02:44:03 +0200 you wrote:
> The seg6 lwtunnel encap uses a single per-route dst_cache shared
> between seg6_input_core() and seg6_output_core(). These two paths
> can perform the post-encap SID lookup in different routing contexts
> (e.g., ip rules matching on the ingress interface, or VRF table
> separation). Whichever path runs first populates the cache, and the
> other reuses it blindly, bypassing its own lookup.
>
> [...]
Here is the summary with links:
- [net,v3,1/2] seg6: separate dst_cache for input and output paths in seg6 lwtunnel
https://git.kernel.org/netdev/net/c/c3812651b522
- [net,v3,2/2] selftests: seg6: add test for dst_cache isolation in seg6 lwtunnel
https://git.kernel.org/netdev/net/c/32dfd742f06a
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-04-08 3:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-04 0:44 [PATCH net v3 0/2] seg6: fix dst_cache sharing in seg6 lwtunnel Andrea Mayer
2026-04-04 0:44 ` [PATCH net v3 1/2] seg6: separate dst_cache for input and output paths " Andrea Mayer
2026-04-08 3:20 ` Jakub Kicinski
2026-04-08 23:27 ` Andrea Mayer
2026-04-09 0:08 ` Jakub Kicinski
2026-04-04 0:44 ` [PATCH net v3 2/2] selftests: seg6: add test for dst_cache isolation " Andrea Mayer
2026-04-08 3:30 ` 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=177561900954.56280.12053503868401686.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrea.mayer@uniroma2.it \
--cc=davem@davemloft.net \
--cc=david.lebrun@uclouvain.be \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=justin.iurman@gmail.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=nicolas.dichtel@6wind.com \
--cc=pabeni@redhat.com \
--cc=paolo.lungaroni@uniroma2.it \
--cc=stefano.salsano@uniroma2.it \
/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.