netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH nf-next 0/3] netfilter: convert hook list to an array
@ 2017-08-23 15:26 Florian Westphal
  2017-08-23 15:26 ` [PATCH nf-next 1/3] " Florian Westphal
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Florian Westphal @ 2017-08-23 15:26 UTC (permalink / raw)
  To: netfilter-devel; +Cc: aconole

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 Conole.

Aaron Conole (1):
      netfilter: convert hook list to an array

Florian Westphal (4):
      netfilter: debug: check for sorted array
      netfilter: core: batch nf_unregister_net_hooks synchronize_net calls


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-08-28 15:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-23 15:26 [PATCH nf-next 0/3] netfilter: convert hook list to an array Florian Westphal
2017-08-23 15:26 ` [PATCH nf-next 1/3] " Florian Westphal
2017-08-23 16:17   ` Eric Dumazet
2017-08-23 20:54     ` Aaron Conole
2017-08-23 15:26 ` [PATCH nf-next 2/3] netfilter: debug: check for sorted array Florian Westphal
2017-08-23 15:26 ` [PATCH nf-next 3/3] netfilter: core: batch nf_unregister_net_hooks synchronize_net calls Florian Westphal
2017-08-23 22:08 ` [PATCH nf-next v2 1/3] netfilter: convert hook list to an array Florian Westphal
2017-08-28 15:47 ` [PATCH nf-next 0/3] " Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).