On Mon, 2016-11-21 at 23:07 +0100, Florian Westphal wrote: > instead of allocating each xt_counter individually, allocate 4k chunks > and then use these for counter allocation requests. > > This should speed up rule evaluation by increasing data locality, > also speeds up ruleset loading because we reduce calls to the percpu > allocator. > > As Eric points out we can't use PAGE_SIZE, page_allocator would fail on > arches with 64k page size. > > Suggested-by: Eric Dumazet <edumazet@xxxxxxxxxx> > Signed-off-by: Florian Westphal <fw@xxxxxxxxx> > --- Acked-by: Eric Dumazet <edumazet@xxxxxxxxxx> Very cool, thanks a lot ! -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html