Merge branch 'mptcp-miscellaneous-changes-for-5-17'
authorJakub Kicinski <kuba@kernel.org>
Sat, 18 Dec 2021 03:27:07 +0000 (19:27 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 18 Dec 2021 03:27:07 +0000 (19:27 -0800)
commit7e1c5d7b6926f63d3750a273486a143e50d216ad
tree45a328723f709840ef9fa7e0961c35dfa2e8b7d5
parentab9d0e2171be56bb3bcd0fe4bd8ae5d2f24e5a80
parent59060a47ca50bbdb1d863b73667a1065873ecc06
Merge branch 'mptcp-miscellaneous-changes-for-5-17'

Mat Martineau says:

====================
mptcp: Miscellaneous changes for 5.17

These are three unrelated patches that we've been testing in the MPTCP
tree.

Patch 1 modifies the packet scheduler that picks which TCP subflow is
used for each chunk of outgoing data. The updated scheduler improves
throughput on multiple-subflow connections.

Patch 2 updates a selftest to verify recent TCP_ULP sockopt changes
on MPTCP fallback sockets.

Patch 3 cleans up some unnecessary comparisons with an 8-bit value.
====================

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