]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9882906760cddabc6f0e4aca189659439b6a7e13
treeafe574b7565b9ac5a3faa35cc08271702db6dc5c
parent6a85cc1104d3d5cddd15e2115d292a596a068831
parent1f1fc11633232b137ec24c21fe039582d1e24e98
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>