]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita6965f11643ac933f8d454f06008e764278f80be
tree45a328723f709840ef9fa7e0961c35dfa2e8b7d5
parent95f90f9bbb832d643a40f11266a2411fc6f0c995
parent668099d70e068214f872b7279bc0df51e8089eed
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>