]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mptcp-mem-scheduling'
authorDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2022 12:25:00 +0000 (13:25 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2022 12:25:00 +0000 (13:25 +0100)
commita9647952c41a65533e650f93218f6ca94e8b6e8c
treea1b566c17046bd788fbb8dbeef715aa5aa38b343
parentd22e6bae6578ea5fa613022a3e9b05a7db3d10eb
parentcef09276db86471a4d4e40807d563e206eeec250
Merge branch 'mptcp-mem-scheduling'

Mat Martineau says:

====================
mptcp: Updates for mem scheduling and SK_RECLAIM

In the "net: reduce tcp_memory_allocated inflation" series (merge commit
6b686a8df09b), Eric Dumazet noted that "Removal of SK_RECLAIM_CHUNK and
SK_RECLAIM_THRESHOLD is left to MPTCP maintainers as a follow up."

Patches 1-3 align MPTCP with the above TCP changes to forward memory
allocation, reclaim, and memory scheduling.

Patch 4 removes the SK_RECLAIM_* macros as Eric requested.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>