]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit293d8dec21e25efc99b5e38d8c3065c904eae386
tree59d80b979dda8c40215678a1f394bad170686178
parentc4d7a51d75d07ac7f671b422262ffdbacc7bf96a
parent16551f5a016a12fd41c3942783042ea81585b4f6
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>