Re: [PATCH nf-next 2/3] netfilter: x_tables: pass xt_counters struct to counter allocator

2016-11-21 Thread Eric Dumazet
On Mon, 2016-11-21 at 14:57 +0100, Florian Westphal wrote: > Keeps some noise away from a followup patch. > > Signed-off-by: Florian Westphal > --- Acked-by: Eric Dumazet -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the

[PATCH nf-next 2/3] netfilter: x_tables: pass xt_counters struct to counter allocator

2016-11-21 Thread Florian Westphal
Keeps some noise away from a followup patch. Signed-off-by: Florian Westphal --- include/linux/netfilter/x_tables.h | 27 +-- net/ipv4/netfilter/arp_tables.c| 5 + net/ipv4/netfilter/ip_tables.c | 5 + net/ipv6/netfilter/ip6_tables.c