]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: fix sk_mem_reclaim_partial()
authorEric Dumazet <edumazet@google.com>
Fri, 15 May 2015 19:39:25 +0000 (12:39 -0700)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 16 Mar 2017 02:27:18 +0000 (02:27 +0000)
commit8d7c2ffcd441b85d90b7988c01dc3b4052ebe9f4
tree015b97a67a63c27fb1c1d1c2ef86f210fdc376a8
parent6765bbc42e31a5f6f28efae4563bbe9c45d117b4
net: fix sk_mem_reclaim_partial()

commit 1a24e04e4b50939daa3041682b38b82c896ca438 upstream.

sk_mem_reclaim_partial() goal is to ensure each socket has
one SK_MEM_QUANTUM forward allocation. This is needed both for
performance and better handling of memory pressure situations in
follow up patches.

SK_MEM_QUANTUM is currently a page, but might be reduced to 4096 bytes
as some arches have 64KB pages.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
include/net/sock.h
net/core/sock.c