From: patchwork-bot+netdevbpf@kernel.org
To: Alice Mikityanska <alice.kernel@fastmail.im>
Cc: daniel@iogearbox.net, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com, lucien.xin@gmail.com,
willemdebruijn.kernel@gmail.com, dsahern@kernel.org,
razor@blackwall.org, shuah@kernel.org, stfomichev@gmail.com,
netdev@vger.kernel.org, alice@isovalent.com
Subject: Re: [PATCH net-next v5 00/12] BIG TCP without HBH in IPv6
Date: Sat, 07 Feb 2026 05:20:30 +0000 [thread overview]
Message-ID: <177044163058.1196512.18350050007978328024.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260205133925.526371-1-alice.kernel@fastmail.im>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 5 Feb 2026 15:39:13 +0200 you wrote:
> From: Alice Mikityanska <alice@isovalent.com>
>
> Resubmitting after the grace period.
>
> This series is part 1 of "BIG TCP for UDP tunnels". Due to the number of
> patches, I'm splitting it into two logical parts:
>
> [...]
Here is the summary with links:
- [net-next,v5,01/12] net/ipv6: Introduce payload_len helpers
https://git.kernel.org/netdev/net-next/c/b2936b4fd562
- [net-next,v5,02/12] net/ipv6: Drop HBH for BIG TCP on TX side
https://git.kernel.org/netdev/net-next/c/741d069aa488
- [net-next,v5,03/12] net/ipv6: Drop HBH for BIG TCP on RX side
https://git.kernel.org/netdev/net-next/c/81be30c1f5f2
- [net-next,v5,04/12] net/ipv6: Remove jumbo_remove step from TX path
https://git.kernel.org/netdev/net-next/c/1676ebba391d
- [net-next,v5,05/12] net/mlx5e: Remove jumbo_remove step from TX path
https://git.kernel.org/netdev/net-next/c/bda5896e469c
- [net-next,v5,06/12] net/mlx4: Remove jumbo_remove step from TX path
https://git.kernel.org/netdev/net-next/c/94379a588037
- [net-next,v5,07/12] ice: Remove jumbo_remove step from TX path
https://git.kernel.org/netdev/net-next/c/8b76102c5e00
- [net-next,v5,08/12] bnxt_en: Remove jumbo_remove step from TX path
https://git.kernel.org/netdev/net-next/c/3f1bff1d7fd2
- [net-next,v5,09/12] gve: Remove jumbo_remove step from TX path
https://git.kernel.org/netdev/net-next/c/275da93ce2b8
- [net-next,v5,10/12] net: mana: Remove jumbo_remove step from TX path
https://git.kernel.org/netdev/net-next/c/c0165fcb8d9f
- [net-next,v5,11/12] bng_en: Remove jumbo_remove step from TX path
https://git.kernel.org/netdev/net-next/c/28df1c69271c
- [net-next,v5,12/12] net/ipv6: Remove HBH helpers
https://git.kernel.org/netdev/net-next/c/35f66ce90037
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-02-07 5:20 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-05 13:39 [PATCH net-next v5 00/12] BIG TCP without HBH in IPv6 Alice Mikityanska
2026-02-05 13:39 ` [PATCH net-next v5 01/12] net/ipv6: Introduce payload_len helpers Alice Mikityanska
2026-02-05 13:39 ` [PATCH net-next v5 02/12] net/ipv6: Drop HBH for BIG TCP on TX side Alice Mikityanska
2026-02-05 13:39 ` [PATCH net-next v5 03/12] net/ipv6: Drop HBH for BIG TCP on RX side Alice Mikityanska
2026-02-05 13:39 ` [PATCH net-next v5 04/12] net/ipv6: Remove jumbo_remove step from TX path Alice Mikityanska
2026-02-05 13:39 ` [PATCH net-next v5 05/12] net/mlx5e: " Alice Mikityanska
2026-02-05 13:39 ` [PATCH net-next v5 06/12] net/mlx4: " Alice Mikityanska
2026-02-05 13:39 ` [PATCH net-next v5 07/12] ice: " Alice Mikityanska
2026-02-05 13:39 ` [PATCH net-next v5 08/12] bnxt_en: " Alice Mikityanska
2026-02-05 13:39 ` [PATCH net-next v5 09/12] gve: " Alice Mikityanska
2026-02-05 13:39 ` [PATCH net-next v5 10/12] net: mana: " Alice Mikityanska
2026-02-05 13:39 ` [PATCH net-next v5 11/12] bng_en: " Alice Mikityanska
2026-02-05 13:39 ` [PATCH net-next v5 12/12] net/ipv6: Remove HBH helpers Alice Mikityanska
2026-02-07 5:20 ` 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=177044163058.1196512.18350050007978328024.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=alice.kernel@fastmail.im \
--cc=alice@isovalent.com \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=lucien.xin@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=razor@blackwall.org \
--cc=shuah@kernel.org \
--cc=stfomichev@gmail.com \
--cc=willemdebruijn.kernel@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