]> 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)
commit0a714ce7af8b89a642d3c691e8831cb963579635
treea9106af51ab16be07ee3401b1fb11e89fc03492d
parent258d6eec9fae34a07b96fac2e671b3eaa99d0202
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