[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230522070122.6727-1-wuyun.abel@bytedance.com>
Date: Mon, 22 May 2023 15:01:18 +0800
From: Abel Wu <wuyun.abel@...edance.com>
To: "David S . Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: Glauber Costa <glommer@...allels.com>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, Abel Wu <wuyun.abel@...edance.com>
Subject: [PATCH v2 0/4] sock: Improve condition on sockmem pressure
Currently the memcg's status is also accounted into the socket's
memory pressure to alleviate the memcg's memstall. But there are
still cases that can be improved. Please check the patches for
detailed info.
v2:
- Splited into several patches and modified commit log for
better readability.
- Make memcg's pressure consideration function-wide in
__sk_mem_raise_allocated().
v1: https://lore.kernel.org/netdev/20230506085903.96133-1-wuyun.abel@bytedance.com/
Abel Wu (4):
sock: Always take memcg pressure into consideration
sock: Fix misuse of sk_under_memory_pressure()
sock: Consider memcg pressure when raising sockmem
sock: Remove redundant cond of memcg pressure
include/net/sock.h | 11 +++++++----
net/core/sock.c | 32 +++++++++++++++++++++++---------
2 files changed, 30 insertions(+), 13 deletions(-)
--
2.37.3
Powered by blists - more mailing lists