Merge branch 'snmp-optimizations'
authorDavid S. Miller <davem@davemloft.net>
Thu, 30 Sep 2021 13:17:10 +0000 (14:17 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Sep 2021 13:17:10 +0000 (14:17 +0100)
commitb05173028cc52384be42dcf81abdb4133caccfa5
treec8834059bb0c4d98bf6446de0c7d2b8b59d377f6
parentdee3b2d0fa4b51a079f7d12159b42240f795bf64
parentacbd0c8144138b6e652240bba248910d330d71bf
Merge branch 'snmp-optimizations'

Eric Dumazet says:

====================
net: snmp: minor optimizations

Fetching many SNMP counters on hosts with large number of cpus
takes a lot of time. mptcp still uses the old non-batched
fashion which is not cache friendly.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>