Hi Matt,
Thanks for this set.
On Sat, 2025-03-29 at 17:26 +0100, Matthieu Baerts (NGI0) wrote:
> Recently, during a debugging session using local MPTCP connections, I
> noticed MPJoinAckHMacFailure was strangely not zero on the server
> side.
>
> The first patch fixes this issue, and the second one validates it.
> These
> two patches can be applied in mptcp-net.
>
> There is a small refactoring in the 3rd patch.
>
> Patch 4 adds MPJoinRejected to track when the PM rejects patches, and
> patch 5 validates it.
>
> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Except for my two small suggestions in patch 2 and patch 4, the rest of
the code LGTM! No need to send a v2, please update them when merging
this set (if you agree with these two small changes).
Reviewed-by: Geliang Tang <geliang@kernel.org>
Thanks,
-Geliang
> ---
> Matthieu Baerts (NGI0) (5):
> mptcp: only inc MPJoinAckHMacFailure for HMAC failures
> selftests: mptcp: validate MPJoin HMacFailure counters
> mptcp: pass right struct to subflow_hmac_valid
> mptcp: add MPJoinRejected MIB counter
> selftests: mptcp: validate MPJoinRejected counter
>
> net/mptcp/mib.c | 1 +
> net/mptcp/mib.h | 1 +
> net/mptcp/protocol.c | 4 ++-
> net/mptcp/subflow.c | 18 +++++-----
> tools/testing/selftests/net/mptcp/mptcp_join.sh | 44
> ++++++++++++++++++++++---
> 5 files changed, 54 insertions(+), 14 deletions(-)
> ---
> base-commit: aca18798220853f0d7a8d01c28213e0d3fccfbfc
> change-id: 20250328-mptcp-mpj-reject-addd081553f5
>
> Best regards,