]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: drop tx skb cache
authorPaolo Abeni <pabeni@redhat.com>
Mon, 21 Jun 2021 22:54:33 +0000 (15:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jun 2021 16:57:45 +0000 (09:57 -0700)
commit56b4f01654b8757147b92a89b451f355acc6d527
treea9106af51ab16be07ee3401b1fb11e89fc03492d
parent0c6290e87c4123ff406963a92902a8b54e84e21a
mptcp: drop tx skb cache

The mentioned cache was introduced to reduce the number of skb
allocation in atomic context, but the required complexity is
excessive.

This change remove the mentioned cache.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/protocol.c
net/mptcp/protocol.h