commit | 4d31eef5176df06f218201bc9c0ce40babb41660 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Tue Nov 22 14:44:17 2016 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Dec 06 21:42:17 2016 +0100 |
tree | eaf55a61ced414ba986204d40fa3e8edf8e306c8 | |
parent | 679972f3bef8df7aa04cc99b46f71392ebf0b5f8 [diff] |
netfilter: x_tables: pass xt_counters struct instead of packet counter On SMP we overload the packet counter (unsigned long) to contain percpu offset. Hide this from callers and pass xt_counters address instead. Preparation patch to allocate the percpu counters in page-sized batch chunks. Signed-off-by: Florian Westphal <fw@strlen.de> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>