On Mon, Oct 31, 2016 at 2:58 PM, Eric Dumazet <[email protected]> wrote: > > From: Eric Dumazet <[email protected]> > > Systems with large pages (64KB pages for example) do not always have > huge quantity of memory. > > A big SK_MEM_QUANTUM value leads to fewer interactions with the > global counters (like tcp_memory_allocated) but might trigger > memory pressure much faster, thus suboptimal TCP performance > since windows are lowered to ridiculous values. > > Signed-off-by: Eric Dumazet <[email protected]> > ---
Acked-by: Neal Cardwell <[email protected]> Thanks, Eric! neal
