Re: [PATCH nf-next 0/3] netfilter: convert hook list to an array

2017-08-28 Thread Pablo Neira Ayuso
On Wed, Aug 23, 2017 at 05:26:24PM +0200, Florian Westphal wrote: > This series converts netfilters linked-list to an array. > This improves cache utilization as the next hook will be either > in same or next cacheline. > > Tested: > - nfqueue test program still works > - ip and ebtables rule

[PATCH nf-next 0/3] netfilter: convert hook list to an array

2017-08-23 Thread Florian Westphal
This series converts netfilters linked-list to an array. This improves cache utilization as the next hook will be either in same or next cacheline. Tested: - nfqueue test program still works - ip and ebtables rule counters increment - nftables can register base chains Joint work with Aaron