commit | 4e637c70b503b686aae45716a25a94dc3a434f3a | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon May 25 23:41:13 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue May 26 20:29:32 2020 -0700 |
tree | e9c16bebc1dd55749880189929ff62994c7af0c3 | |
parent | 12b1bc75cd460c30652db0d4a3bd3fc59c16742c [diff] |
mptcp: attempt coalescing when moving skbs to mptcp rx queue We can try to coalesce skbs we take from the subflows rx queue with the tail of the mptcp rx queue. If successful, the skb head can be discarded early. We can also free the skb extensions, we do not access them after this. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>