Merge branch 'mptcp-rework-fwd-memory-allocation-and-one-cleanup'
authorJakub Kicinski <kuba@kernel.org>
Thu, 28 Oct 2021 01:20:31 +0000 (18:20 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 28 Oct 2021 01:20:32 +0000 (18:20 -0700)
commit21214d555ff2fd066d2c72cf1c8c7913ca8d71dd
treeafe574b7565b9ac5a3faa35cc08271702db6dc5c
parent9dfc685e0262d4c5e44e13302f89841fa75173ca
parentb8e0def397d7753206b1290e32f73b299a59984c
Merge branch 'mptcp-rework-fwd-memory-allocation-and-one-cleanup'

Mat Martineau says:

====================
mptcp: Rework fwd memory allocation and one cleanup

These patches from the MPTCP tree rework forward memory allocation for
MPTCP (with some supporting changes in the net core), and also clean up
an unused function parameter.

Patch 1 updates TCP code but does not change any behavior, and creates
some macros for reclaim thresholds that will be reused in the MPTCP
code.

Patch 2 adds sk_forward_alloc_get() to the networking core to support
MPTCP's forward allocation with the diag interface.

Patch 3 reworks forward memory for MPTCP.

Patch 4 removes an unused arg and has no functional changes.
====================

Link: https://lore.kernel.org/r/20211026232916.179450-1-mathew.j.martineau@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>