Merge branch 'sysctl-less-storage'
authorDavid S. Miller <davem@davemloft.net>
Fri, 26 Mar 2021 00:39:33 +0000 (17:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Mar 2021 00:39:33 +0000 (17:39 -0700)
commit9874b620914bbf4e69a5539b4a23bfd045961187
tree59d80b979dda8c40215678a1f394bad170686178
parentd54e1348d8ef19d5b2cd555e22ffc356f755d66e
parent4ecc1baf362c5df2dcabe242511e38ee28486545
Merge branch 'sysctl-less-storage'

Eric Dumazet says:

====================
net: use less storage for most sysctl

This patch series adds a new sysctl type, to allow using u8 instead of
"int" or "long int" types.

Then we convert mosts sysctls found in struct netns_ipv4
to shrink it by three cache lines.
====================

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