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)
commit8ce568ed06ce4ca38c0b67d8de9b8d75b731f90a
treea9106af51ab16be07ee3401b1fb11e89fc03492d
parent070258effa3b9603ac0cd6a40297b00a01ea5fd8
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