Re: [PATCH v3] mm/vmpressure: skip socket pressure for costly order reclaim
From: Andrew Morton
Date: Mon Apr 06 2026 - 15:17:11 EST
On Mon, 6 Apr 2026 12:07:57 -0700 "JP Kobryn (Meta)" <jp.kobryn@xxxxxxxxx> wrote:
> Let me know if this data helps, and if you'd like this added to the
> changelog.
>
> On one affected host with impacted net throughput, the memory state at
> the time showed ~15GB available, zero cgroup pressure, and the following
> buddyinfo state:
>
> Order FreePages
> 0: 133,970
> 1: 29,230
> 2: 17,351
> 3: 18,984
> 7+: 0
>
> Using bpf, it was found that 94% of vmpressure calls on this host were
> from order-7 kswapd reclaim.
>
> TCP minimum recv window is rcv_ssthresh:19712.
>
> Before patch:
> 723 out of 3,843 (19%) TCP connections stuck at minimum recv window
>
> After live-patching and ~30min elapsed:
> 0 out of 3,470 TCP connections stuck at minimum recv window
Well I'm impressed ;)
Yes please, it's a useful thing to include. When people look at a
contribution, question #1 is "why should I spend time on this". A
clear (and tasty) description of userspace benefit is the ideal way of
answering that.