MPTCP Archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Matthieu Baerts <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, tanggeliang@kylinos.cn,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-kselftest@vger.kernel.org
Subject: Re: [PATCH net-next 00/15] mptcp: userspace pm: 'dump addrs' and 'get addr'
Date: Mon, 04 Mar 2024 13:10:29 +0000	[thread overview]
Message-ID: <170955782922.9155.840057347233727619.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240301-upstream-net-next-20240301-mptcp-userspace-pm-dump-addr-v1-0-dc30a420b3a0@kernel.org>

Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 01 Mar 2024 19:18:24 +0100 you wrote:
> This series from Geliang adds two new Netlink commands to the userspace
> PM:
> 
> - one to dump all addresses of a specific MPTCP connection:
>   - feature added in patches 3 to 5
>   - test added in patches 7, 8 and 10
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] mptcp: make pm_remove_addrs_and_subflows static
    https://git.kernel.org/netdev/net-next/c/e38b117d7f3b
  - [net-next,02/15] mptcp: export mptcp_genl_family & mptcp_nl_fill_addr
    https://git.kernel.org/netdev/net-next/c/34ca91e15e69
  - [net-next,03/15] mptcp: implement mptcp_userspace_pm_dump_addr
    https://git.kernel.org/netdev/net-next/c/34e74a5cf3b7
  - [net-next,04/15] mptcp: add token for get-addr in yaml
    https://git.kernel.org/netdev/net-next/c/9e6c88e2f05b
  - [net-next,05/15] mptcp: dump addrs in userspace pm list
    https://git.kernel.org/netdev/net-next/c/9ae7846c4b6b
  - [net-next,06/15] mptcp: check userspace pm flags
    https://git.kernel.org/netdev/net-next/c/c19ee3c7e388
  - [net-next,07/15] selftests: mptcp: add userspace pm subflow flag
    https://git.kernel.org/netdev/net-next/c/9963b77e25c6
  - [net-next,08/15] selftests: mptcp: add token for dump_addr
    https://git.kernel.org/netdev/net-next/c/950c332125f6
  - [net-next,09/15] selftests: mptcp: add mptcp_lib_check_output helper
    https://git.kernel.org/netdev/net-next/c/2d0c1d27ea4e
  - [net-next,10/15] selftests: mptcp: dump userspace addrs list
    https://git.kernel.org/netdev/net-next/c/38f027fca1b7
  - [net-next,11/15] mptcp: add userspace_pm_lookup_addr_by_id helper
    https://git.kernel.org/netdev/net-next/c/06afe09091ee
  - [net-next,12/15] mptcp: implement mptcp_userspace_pm_get_addr
    https://git.kernel.org/netdev/net-next/c/d32c8fb1c881
  - [net-next,13/15] mptcp: get addr in userspace pm list
    https://git.kernel.org/netdev/net-next/c/564ae6794ec5
  - [net-next,14/15] selftests: mptcp: add token for get_addr
    https://git.kernel.org/netdev/net-next/c/b055671b3936
  - [net-next,15/15] selftests: mptcp: userspace pm get addr tests
    https://git.kernel.org/netdev/net-next/c/4cc5cc7ca052

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



      parent reply	other threads:[~2024-03-04 13:10 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-01 18:18 [PATCH net-next 00/15] mptcp: userspace pm: 'dump addrs' and 'get addr' Matthieu Baerts (NGI0)
2024-03-01 18:18 ` [PATCH net-next 01/15] mptcp: make pm_remove_addrs_and_subflows static Matthieu Baerts (NGI0)
2024-03-01 18:18 ` [PATCH net-next 02/15] mptcp: export mptcp_genl_family & mptcp_nl_fill_addr Matthieu Baerts (NGI0)
2024-03-01 18:18 ` [PATCH net-next 03/15] mptcp: implement mptcp_userspace_pm_dump_addr Matthieu Baerts (NGI0)
2024-03-01 18:18 ` [PATCH net-next 04/15] mptcp: add token for get-addr in yaml Matthieu Baerts (NGI0)
2024-03-01 18:18 ` [PATCH net-next 05/15] mptcp: dump addrs in userspace pm list Matthieu Baerts (NGI0)
2024-03-01 18:18 ` [PATCH net-next 06/15] mptcp: check userspace pm flags Matthieu Baerts (NGI0)
2024-03-01 18:18 ` [PATCH net-next 07/15] selftests: mptcp: add userspace pm subflow flag Matthieu Baerts (NGI0)
2024-03-01 18:18 ` [PATCH net-next 08/15] selftests: mptcp: add token for dump_addr Matthieu Baerts (NGI0)
2024-03-01 18:18 ` [PATCH net-next 09/15] selftests: mptcp: add mptcp_lib_check_output helper Matthieu Baerts (NGI0)
2024-03-01 18:18 ` [PATCH net-next 10/15] selftests: mptcp: dump userspace addrs list Matthieu Baerts (NGI0)
2024-03-01 18:18 ` [PATCH net-next 11/15] mptcp: add userspace_pm_lookup_addr_by_id helper Matthieu Baerts (NGI0)
2024-03-01 18:18 ` [PATCH net-next 12/15] mptcp: implement mptcp_userspace_pm_get_addr Matthieu Baerts (NGI0)
2024-03-01 18:18 ` [PATCH net-next 13/15] mptcp: get addr in userspace pm list Matthieu Baerts (NGI0)
2024-03-01 18:18 ` [PATCH net-next 14/15] selftests: mptcp: add token for get_addr Matthieu Baerts (NGI0)
2024-03-01 18:18 ` [PATCH net-next 15/15] selftests: mptcp: userspace pm get addr tests Matthieu Baerts (NGI0)
2024-03-04 13:10 ` 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=170955782922.9155.840057347233727619.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 \
    --cc=tanggeliang@kylinos.cn \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).