From: patchwork-bot+netdevbpf@kernel.org
To: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Cc: mptcp@lists.linux.dev, martineau@kernel.org, geliang@kernel.org,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, shuah@kernel.org, netdev@vger.kernel.org,
linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next 00/11] mptcp: MIB counters for MPJ TX + misc improvements
Date: Tue, 03 Sep 2024 22:30:35 +0000 [thread overview]
Message-ID: <172540263576.468499.15933223216339757413.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240902-net-next-mptcp-mib-mpjtx-misc-v1-0-d3e0f3773b90@kernel.org>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 02 Sep 2024 12:45:51 +0200 you wrote:
> Recently, a few issues have been discovered around the creation of
> additional subflows. Without these counters, it was difficult to point
> out the reason why some subflows were not created as expected.
>
> In patch 3, all error paths from __mptcp_subflow_connect() are covered,
> except the one related to the 'fully established mode', because it can
> only happen with the userspace PM, which will propagate the error to the
> userspace in this case (ENOTCONN).
>
> [...]
Here is the summary with links:
- [net-next,01/11] mptcp: pm: rename helpers linked to 'flush'
https://git.kernel.org/netdev/net-next/c/7bcf4d8022f9
- [net-next,02/11] mptcp: pm: reduce entries iterations on connect
https://git.kernel.org/netdev/net-next/c/b83fbca1b4c9
- [net-next,03/11] mptcp: MIB counters for sent MP_JOIN
https://git.kernel.org/netdev/net-next/c/1bd1788b6cab
- [net-next,04/11] selftests: mptcp: join: reduce join_nr params
https://git.kernel.org/netdev/net-next/c/1b2965a8cd8d
- [net-next,05/11] selftests: mptcp: join: one line for join check
https://git.kernel.org/netdev/net-next/c/ba8a664004da
- [net-next,06/11] selftests: mptcp: join: validate MPJ SYN TX MIB counters
https://git.kernel.org/netdev/net-next/c/004125c251a6
- [net-next,07/11] selftests: mptcp: join: more explicit check name
https://git.kernel.org/netdev/net-next/c/6ed495345be8
- [net-next,08/11] selftests: mptcp: join: specify host being checked
https://git.kernel.org/netdev/net-next/c/8d328dbcf61b
- [net-next,09/11] selftests: mptcp: join: mute errors when ran in the background
https://git.kernel.org/netdev/net-next/c/08eecd7e7fe7
- [net-next,10/11] selftests: mptcp: join: simplify checksum_tests
https://git.kernel.org/netdev/net-next/c/0e2b4584d61a
- [net-next,11/11] selftests: mptcp: pm_nl_ctl: remove re-definition
https://git.kernel.org/netdev/net-next/c/38dc0708bcc8
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:[~2024-09-03 22:30 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-02 10:45 [PATCH net-next 00/11] mptcp: MIB counters for MPJ TX + misc improvements Matthieu Baerts (NGI0)
2024-09-02 10:45 ` [PATCH net-next 01/11] mptcp: pm: rename helpers linked to 'flush' Matthieu Baerts (NGI0)
2024-09-02 10:45 ` [PATCH net-next 02/11] mptcp: pm: reduce entries iterations on connect Matthieu Baerts (NGI0)
2024-09-02 10:45 ` [PATCH net-next 03/11] mptcp: MIB counters for sent MP_JOIN Matthieu Baerts (NGI0)
2024-09-02 10:45 ` [PATCH net-next 04/11] selftests: mptcp: join: reduce join_nr params Matthieu Baerts (NGI0)
2024-09-02 10:45 ` [PATCH net-next 05/11] selftests: mptcp: join: one line for join check Matthieu Baerts (NGI0)
2024-09-02 10:45 ` [PATCH net-next 06/11] selftests: mptcp: join: validate MPJ SYN TX MIB counters Matthieu Baerts (NGI0)
2024-09-02 10:45 ` [PATCH net-next 07/11] selftests: mptcp: join: more explicit check name Matthieu Baerts (NGI0)
2024-09-02 10:45 ` [PATCH net-next 08/11] selftests: mptcp: join: specify host being checked Matthieu Baerts (NGI0)
2024-09-02 10:46 ` [PATCH net-next 09/11] selftests: mptcp: join: mute errors when ran in the background Matthieu Baerts (NGI0)
2024-09-02 10:46 ` [PATCH net-next 10/11] selftests: mptcp: join: simplify checksum_tests Matthieu Baerts (NGI0)
2024-09-02 10:46 ` [PATCH net-next 11/11] selftests: mptcp: pm_nl_ctl: remove re-definition Matthieu Baerts (NGI0)
2024-09-03 22: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=172540263576.468499.15933223216339757413.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=geliang@kernel.org \
--cc=kuba@kernel.org \
--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=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox