Merge branch 'mptcp-fix-fallback-mib-counter-and-wrong-var-in-selftests'
authorJakub Kicinski <kuba@kernel.org>
Tue, 2 Apr 2024 04:25:02 +0000 (21:25 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 2 Apr 2024 04:25:02 +0000 (21:25 -0700)
commit0323b251cea1765790e3cb1538e27e22ad16b0bc
treeb634ef8bf60f8cbb4288db51ad7afb0a04b4245f
parentfcf4692fa39e86a590c14a4af2de704e1d20a3b5
parent40061817d95bce6dd5634a61a65cd5922e6ccc92
Merge branch 'mptcp-fix-fallback-mib-counter-and-wrong-var-in-selftests'

Matthieu Baerts says:

====================
mptcp: fix fallback MIB counter and wrong var in selftests

Here are two fixes related to MPTCP.

The first patch fixes when the MPTcpExtMPCapableFallbackACK MIB counter
is modified: it should only be incremented when a connection was using
MPTCP options, but then a fallback to TCP has been done. This patch also
checks the counter is not incremented by mistake during the connect
selftests. This counter was wrongly incremented since its introduction
in v5.7.

The second patch fixes a wrong parsing of the 'dev' endpoint options in
the selftests: the wrong variable was used. This option was not used
before, but it is going to be soon. This issue is visible since v5.18.
====================

Link: https://lore.kernel.org/r/20240329-upstream-net-20240329-fallback-mib-v1-0-324a8981da48@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>