Merge branch 'mptcp-unify-pm-interfaces'
authorJakub Kicinski <kuba@kernel.org>
Sat, 10 Jun 2023 07:06:01 +0000 (00:06 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 10 Jun 2023 07:06:01 +0000 (00:06 -0700)
commitcabb8b48e542e1401f6881c4f7d3bb82f723ee40
tree8d03f1a546f68545c53632a01ef78786be5f7b2e
parentcde11936cffb7280eb48b5e118ea8f5a03aad0ae
parent6ba7ce89905c5d5cdb4ff9ff7c763a6a1d31f48d
Merge branch 'mptcp-unify-pm-interfaces'

Matthieu Baerts says:

====================
mptcp: unify PM interfaces

These patches from Geliang better isolate the two MPTCP path-managers by
avoiding calling userspace PM functions from the in-kernel PM. Instead,
new functions declared in pm.c directly dispatch to the right PM.

In addition to have a clearer code, this also avoids a bit of duplicated
checks.

This is a refactoring, there is no behaviour change intended here.
====================

Link: https://lore.kernel.org/r/20230608-upstream-net-next-20230608-mptcp-unify-pm-interfaces-v1-0-b301717c9ff5@tessares.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>