On Thu, 28 Jan 2021 08:21:45 -0800 Eric Dumazet wrote:
From: Eric Dumazet <edumazet@google.com>
Use cache friendly helpers to better use cpu caches
while reading /proc/net/netstat
Tested on a platform with 256 threads (AMD Rome)
Before: 305 usec spent in netstat_seq_show()
After: 130 usec spent in netstat_seq_show()
Signed-off-by: Eric Dumazet <edumazet@google.com>
The bot just doesn't like to reply to you :) If it happens
again I'll poke Konstantin. Maybe third time is the charm.
Anyway, applied a few hours ago, thank you!