diff options
author | Paolo Abeni <pabeni@redhat.com> | 2021-09-22 19:26:41 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-08-31 17:16:44 +0200 |
commit | 289f2f58266777f45a52cd55dea96d736e6244c9 (patch) | |
tree | d4f3f90eab709e6b5a1556f863eab81e6922c31a /net/socket.c | |
parent | a07f3af6393a7f80cac1eda4255fc7a770eb26df (diff) |
mptcp: stop relying on tcp_tx_skb_cache
[ Upstream commit f70cad1085d1e01d3ec73c1078405f906237feee ]
We want to revert the skb TX cache, but MPTCP is currently
using it unconditionally.
Rework the MPTCP tx code, so that tcp_tx_skb_cache is not
needed anymore: do the whole coalescing check, skb allocation
skb initialization/update inside mptcp_sendmsg_frag(), quite
alike the current TCP code.
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'net/socket.c')
0 files changed, 0 insertions, 0 deletions