Hi Mat,
On 09/08/2024 02:36, Mat Martineau wrote:
> On Fri, 2 Aug 2024, Matthieu Baerts (NGI0) wrote:
>
>> The two first patches are some small improvements for previous patches
>> that are already in our tree, but not sent to netdev yet.
>>
>> Then we have a fix to send a RM_ADDR with the correct ID 0, instead of
>> using the ID of the global endpoint. The test that is linked to that
>> doesn't check if the ID being sent is 0, but we can see the reaction of
>> the other peer if it closes the connection or not.
>>
>> The next fix is to correctly reset the ID corresponding to the initial
>> address: to avoid some confusion, or not to send the wrong ID if it is
>> re-used by another address later on.
>>
>> That leaded to two extra fix: sending an ACK on an active subflow, and
>> allowing to create a new subflow if the subflow was not closed: that's
>> because when the RM_ADDR was not correct, the other peer was not closing
>> the expected subflow, and the connection ended up being half closed.
>> This last issue is fixed by the next and last fix of the series.
>>
>> The last patch is not for -net. Something that sounds better to do.
>>
>
> Ok, after revising my response to patch 5, and a couple of minor changes
> noted for patches 9 and 10, I think the series looks good:
>
> Reviewed-by: Mat Martineau <martineau@kernel.org>
Thank you for the review!
New patches for t/upstream-net and t/upstream:
- 5ebe23ff5ade: "squashed" patch 1/11 in "mptcp: pm: re-using ID of
unused removed ADD_ADDR"
- d4e53d9d534b: "squashed" (with conflicts) in "mptcp: pm: fullmesh:
select the right ID later"
- 90ebd895d917: conflict in t/mptcp-pm-reduce-entries-iterations-on-connect
- Results: dd8eea82e12f..64bb700808df (export-net)
- Results: e4105976662e..79be0d5eca50 (export)
- d8e98c0f3bf2: mptcp: pm: fix RM_ADDR ID for the initial subflow
- ebdca4f0dafe: conflict in t/mptcp-pm-rename-helpers-linked-to-flush
- 4d0382127a23: selftests: mptcp: join: check removing ID 0 endpoint
- 67433e9c8864: mptcp: pm: send ACK on an active subflow
- 0840279fb33e: mptcp: pm: skip connecting to already established sf
- a7844983a8df: mptcp: pm: reset MPC endp ID when re-added
- 1ec2de2a8c89: selftests: mptcp: join: check re-adding init endp with != id
- Results: 64bb700808df..5c1437dbc580 (export-net)
- Results: 79be0d5eca50..beede3e0f15d (export)
Tests are now in progress:
- export-net:
https://github.com/multipath-tcp/mptcp_net-next/commit/8283dd520fc366ce169363fe1d27df40e0e5b056/checks
- export:
https://github.com/multipath-tcp/mptcp_net-next/commit/e76eecedaea68d03d2bd1ab1632589b1e7cb568c/checks
> If you want to rework patch 10 given the reverse-compatibility question,
> then you're welcome to apply all but 9 & 10 so you only need to respin
> two patches.
Yes, I can do that, thank you for the review!
Cheers,
Matt
--
Sponsored by the NGI0 Core fund.