]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mptcp-optimizations'
authorDavid S. Miller <davem@davemloft.net>
Tue, 22 Jun 2021 16:57:45 +0000 (09:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jun 2021 16:57:45 +0000 (09:57 -0700)
commita9458bf753ce97f1c9da250d45e7d48b3c263e04
treea6c0e15320a6182e81d18fdc92a2db37b5a418af
parent0c6290e87c4123ff406963a92902a8b54e84e21a
parent3f431151ab3f50da0e5851d2dc7306b2f0398ad4
Merge branch 'mptcp-optimizations'

Mat Martineau says:

====================
mptcp: A few optimizations

Here is a set of patches that we've accumulated and tested in the MPTCP
tree.

Patch 1 removes the MPTCP-level tx skb cache that added complexity but
did not provide a meaningful benefit.

Patch 2 uses the fast socket lock in more places.

Patch 3 improves handling of a data-ready flag.

Patch 4 deletes an unnecessary and racy connection state check.

Patch 5 adds a MIB counter for one type of invalid MPTCP header.

Patch 6 improves self test failure output.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>