From: Geliang Tang <geliang.tang@linux.dev>
To: Matthieu Baerts <matttbe@kernel.org>
Cc: mptcp@lists.linux.dev
Subject: Re: [PATCH mptcp-next v14 00/25] userspace pm enhancements
Date: Thu, 28 Dec 2023 10:31:37 +0800 [thread overview]
Message-ID: <ca9fb0ef220d57b2da0b33ce825d452409e1598b.camel@linux.dev> (raw)
In-Reply-To: <2f9f4b7b-d8ea-40ad-97e3-61d1e767ceb4@kernel.org>
Hi Matt,
On Wed, 2023-12-27 at 12:38 +0100, Matthieu Baerts wrote:
> Hi Geliang,
>
> On 08/12/2023 11:07, Geliang Tang wrote:
> > v14:
> > - implement flush operation in user space as Mat suggested.
> > - update selftests.
> > - Now this series includes five parts:
> >
> > Part 1: dump for userspace pm (patches 1-9)
> > Part 2: fixes for creating id 0 subflow (patches 10-13)
> > Part 3: v4-mapped addr support (patches 14-15)
> > Part 4: flush for userspace pm (patches 16-18)
> > Part 5: address entry refcount for userspace pm (patches 19-25)
>
> For tracking purposes, which patches can we drop on Patchwork?
>
> https://patchwork.kernel.org/project/mptcp/list/?series=808195&state=7
>
> - Part 1: If I understood correctly, patches 1-9 are supposed to be
> replaced by a new series "dump for userspace pm", right? Then can we
> drop patches 1, 2 and 5 from Patchwork? (Patch 3 has been marked as
> "Rejected", I guess that's OK.)
Patches 1, 2 and 3 can been marked as "Rejected".
Patches 4-9 can been marked as "Changes Requested", they will
been included in the next version.
>
> - Part 2: does it depend on part 1, or can it be applied separatelly
> in
> -net because they are fixes? Or at least the modifications in the
> code,
> the selftests tests could go only in -next if it is difficult to get
> them in -net.
>
> - Part 3: Is it also a fix? I mean: did we forget to support v4-
> mapped
> addr in one command, but others have this support? Can it be sent
> separately to -net?
Yes, patches 10, 11, 12, 14 are fixes. They don't depend on part 1 but
will conflict with part 1. I'll make them a new series for -net.
>
> - Part 4: it is not clear to me if they were needed? They have been
> marked as "Rejected", but please tell me if they are still needed and
> just the title here was wrong.
Patch 18 can be marked as "Changes Requested". We can test flushing
addresses in userspace in it.
Thanks,
-Geliang
>
> - Part 5: I need to re-check the code before invalidating them (and
> issue #403).
>
> Cheers,
> Matt
next prev parent reply other threads:[~2023-12-28 2:31 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-08 10:07 [PATCH mptcp-next v14 00/25] userspace pm enhancements Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 01/25] mptcp: export pm_nl_get_pernet_from_msk Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 02/25] mptcp: drop mptcp_pm_get_* helpers Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 03/25] mptcp: use pernet id_bitmap in userspace pm Geliang Tang
2023-12-09 1:17 ` Mat Martineau
2023-12-08 10:07 ` [PATCH mptcp-next v14 04/25] mptcp: add userspace_pm_lookup_addr_by_id helper Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 05/25] mptcp: drop lookup_by_id parameter in lookup_addr Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 06/25] mptcp: dump addrs in userspace pm list Geliang Tang
2023-12-09 1:26 ` Mat Martineau
2023-12-08 10:07 ` [PATCH mptcp-next v14 07/25] mptcp: check userspace pm subflow flag Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 08/25] selftests: mptcp: add " Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 09/25] selftests: mptcp: dump userspace addrs list Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 10/25] mptcp: set set_id flag when parsing addr Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 11/25] mptcp: use set_id flag when appending addr Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 12/25] mptcp: check addrs list in userspace_pm_get_local_id Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 13/25] selftests: mptcp: dump after creating id 0 subflow Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 14/25] mptcp: map v4 address to v6 when destroying subflow Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 15/25] selftests: mptcp: rm subflow with v4/v4mapped addr Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 16/25] mptcp: make pm_remove_addrs_and_subflows static Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 17/25] mptcp: add a prefix for free_local_addr_list Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 18/25] selftests: mptcp: flush userspace addrs list Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 19/25] mptcp: add use_id parameter for addresses_equal Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 20/25] mptcp: add check_id for lookup_anno_list_by_saddr Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 21/25] mptcp: add userspace_pm_get_entry helper Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 22/25] mptcp: drop addr_match and id_match Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 23/25] mptcp: dup an entry when removing it Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 24/25] mptcp: add userspace pm addr entry refcount Geliang Tang
2023-12-08 10:07 ` [PATCH mptcp-next v14 25/25] selftests: mptcp: rm userspace addr with random order Geliang Tang
2023-12-09 1:15 ` [PATCH mptcp-next v14 00/25] userspace pm enhancements Mat Martineau
2024-02-02 14:51 ` Matthieu Baerts
2023-12-27 11:38 ` Matthieu Baerts
2023-12-28 2:31 ` Geliang Tang [this message]
2023-12-28 9:44 ` Matthieu Baerts
2024-01-03 5:03 ` Geliang Tang
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=ca9fb0ef220d57b2da0b33ce825d452409e1598b.camel@linux.dev \
--to=geliang.tang@linux.dev \
--cc=matttbe@kernel.org \
--cc=mptcp@lists.linux.dev \
/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.