On Thu, Apr 01, 2021 at 04:11:03PM +0200, Florian Westphal wrote: > This series moves part of netfilter related pernet data from > struct net to net_generic() infrastructure. > > All of these users can be modules, so if they are not loaded there > is no need to waste space. > > Also, none of the struct members that are (re)moved are used in packet > path. > > A followup patch series will also remove ebt/arp/ip/ip6tables xt_table > anchors from struct net. > > Size reduction is 7 cachelines on x86_64. Applied, thanks.