diff options
author | Paolo Abeni <pabeni@redhat.com> | 2020-11-27 13:10:25 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-12-01 04:55:23 +0300 |
commit | 724cfd2ee8aa12e933253bb7a8bccb743a6fa6ef (patch) | |
tree | bc20eef7f1b15ade94272507580913bc32a30543 /net/wireless | |
parent | 879526030c8b5e8bd786a6408730893b9b2958ea (diff) | |
download | linux-724cfd2ee8aa12e933253bb7a8bccb743a6fa6ef.tar.xz |
mptcp: allocate TX skbs in msk context
Move the TX skbs allocation in mptcp_sendmsg() scope,
and tentatively pre-allocate a skbs number proportional
to the sendmsg() length.
Use the ssk tx skb cache to prevent the subflow allocation.
This allows removing the msk skb extension cache and will
make possible the later patches.
Acked-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/wireless')
0 files changed, 0 insertions, 0 deletions