]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit75103fec910ff2f5e2890d82baff971409ece82a
tree4342a9bf2e6bb8680455185983dc4a302707e9d0
parent37d720b8ef544a9b2cc30a921959ded0111848f0
parentb53661f9b0fe7668ca3b95d5f22eec001d185697
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>