mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-02-07 10:51:42 +00:00
![Eric Dumazet](/assets/img/avatar_default.png)
This patch puts mostly read only data in the right section (read_mostly), to help sharing of these data between CPUS without memory ping pongs. On one of my production machine, tcp_statistics was sitting in a heavily modified cache line, so *every* SNMP update had to force a reload. Signed-off-by: Eric Dumazet <dada1@cosmosbay.com> Signed-off-by: David S. Miller <davem@davemloft.net>