Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Thu, 25 Mar 2021 11:08:12 -0700 you wrote:
> From: Eric Dumazet
>
> 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 struc
From: Eric Dumazet
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.
Eric Dumazet (5):
sysctl: add proc_dou8vec_minmax()
ipv4: shrink netns_ipv4 with s