All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Matthieu Baerts <matttbe@kernel.org>
Cc: martineau@kernel.org, geliang@kernel.org, davem@davemloft.net,
	edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
	horms@kernel.org, ncardwell@google.com, kuniyu@google.com,
	dsahern@kernel.org, shuah@kernel.org, netdev@vger.kernel.org,
	mptcp@lists.linux.dev, linux-kernel@vger.kernel.org,
	linux-kselftest@vger.kernel.org
Subject: Re: [PATCH net-next 0/8] mptcp: receive path improvement
Date: Tue, 30 Sep 2025 01:30:16 +0000	[thread overview]
Message-ID: <175919581600.1779167.13357618344128087599.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250927-net-next-mptcp-rcv-path-imp-v1-0-5da266aa9c1a@kernel.org>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Sat, 27 Sep 2025 11:40:36 +0200 you wrote:
> This series includes several changes to the MPTCP RX path. The main
> goals are improving the RX performances, and increase the long term
> maintainability.
> 
> Some changes reflects recent(ish) improvements introduced in the TCP
> stack: patch 1, 2 and 3 are the MPTCP counter part of SKB deferral free
> and auto-tuning improvements. Note that patch 3 could possibly fix
> additional issues, and overall such patch should protect from similar
> issues to arise in the future.
> 
> [...]

Here is the summary with links:
  - [net-next,1/8] mptcp: leverage skb deferral free
    https://git.kernel.org/netdev/net-next/c/9aa59323f270
  - [net-next,2/8] tcp: make tcp_rcvbuf_grow() accessible to mptcp code
    https://git.kernel.org/netdev/net-next/c/a7556779745c
  - [net-next,3/8] mptcp: rcvbuf auto-tuning improvement
    https://git.kernel.org/netdev/net-next/c/e118cdc34dd1
  - [net-next,4/8] mptcp: introduce the mptcp_init_skb helper
    https://git.kernel.org/netdev/net-next/c/9a0afe0db467
  - [net-next,5/8] mptcp: remove unneeded mptcp_move_skb()
    https://git.kernel.org/netdev/net-next/c/c4ebc4ee4e75
  - [net-next,6/8] mptcp: factor out a basic skb coalesce helper
    https://git.kernel.org/netdev/net-next/c/68c7af988bd1
  - [net-next,7/8] mptcp: minor move_skbs_to_msk() cleanup
    https://git.kernel.org/netdev/net-next/c/59701b187003
  - [net-next,8/8] selftests: mptcp: join: validate new laminar endp
    https://git.kernel.org/netdev/net-next/c/c912f935a5c7

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2025-09-30  1:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-27  9:40 [PATCH net-next 0/8] mptcp: receive path improvement Matthieu Baerts (NGI0)
2025-09-27  9:40 ` [PATCH net-next 1/8] mptcp: leverage skb deferral free Matthieu Baerts (NGI0)
2025-09-27  9:40 ` [PATCH net-next 2/8] tcp: make tcp_rcvbuf_grow() accessible to mptcp code Matthieu Baerts (NGI0)
2025-09-27  9:40 ` [PATCH net-next 3/8] mptcp: rcvbuf auto-tuning improvement Matthieu Baerts (NGI0)
2025-09-27  9:40 ` [PATCH net-next 4/8] mptcp: introduce the mptcp_init_skb helper Matthieu Baerts (NGI0)
2025-09-27  9:40 ` [PATCH net-next 5/8] mptcp: remove unneeded mptcp_move_skb() Matthieu Baerts (NGI0)
2025-09-27  9:40 ` [PATCH net-next 6/8] mptcp: factor out a basic skb coalesce helper Matthieu Baerts (NGI0)
2025-09-27  9:40 ` [PATCH net-next 7/8] mptcp: minor move_skbs_to_msk() cleanup Matthieu Baerts (NGI0)
2025-09-27  9:40 ` [PATCH net-next 8/8] selftests: mptcp: join: validate new laminar endp Matthieu Baerts (NGI0)
2025-09-30  1:27 ` [PATCH net-next 0/8] mptcp: receive path improvement Jakub Kicinski
2025-10-01  8:50   ` Matthieu Baerts
2025-09-30  1: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=175919581600.1779167.13357618344128087599.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=edumazet@google.com \
    --cc=geliang@kernel.org \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=kuniyu@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=martineau@kernel.org \
    --cc=matttbe@kernel.org \
    --cc=mptcp@lists.linux.dev \
    --cc=ncardwell@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=shuah@kernel.org \
    /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.