Merge branch 'mptcp-add-mp_prio-support-and-rework-local-address-ids'
authorJakub Kicinski <kuba@kernel.org>
Sun, 10 Jan 2021 02:18:47 +0000 (18:18 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sun, 10 Jan 2021 02:18:47 +0000 (18:18 -0800)
commit49888961a45ac4092fd84cb4e548f45f5a42e74c
tree4342a9bf2e6bb8680455185983dc4a302707e9d0
parent43b3983437ed4a3458591daf7777529cd72c8fd0
parent718eb44e5c1e9594d6cebc1798a73c1a314de7e2
Merge branch 'mptcp-add-mp_prio-support-and-rework-local-address-ids'

Mat Martineau says:

====================
MPTCP: Add MP_PRIO support and rework local address IDs

Patches 1 and 2 rework the assignment of local address IDs to allow them
to be assigned by a userspace path manager, and add corresponding self
tests.

Patches 2-8 add the ability to change subflow priority after a subflow
has been established. Each subflow in a MPTCP connection has a priority
level: "regular" or "backup". Data should only be sent on backup
subflows if no regular subflows are available. The priority level can be
set when the subflow connection is established (as was already
implemented), or during the life of the connection by sending MP_PRIO in
the TCP options (as added here). Self tests are included.
====================

Link: https://lore.kernel.org/r/20210109004802.341602-1-mathew.j.martineau@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>