All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] netfilter: nf_tables: set selection
@ 2014-03-28 10:19 Patrick McHardy
  2014-03-28 10:19 ` [PATCH 1/2] netfilter: nf_tables: implement proper " Patrick McHardy
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Patrick McHardy @ 2014-03-28 10:19 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

These patches implement the basic set selection mechanism based on data
characteristics provided by userspace. So far we only need to know the
maximum number of elements.

Instead of trying to anticipate the information future set types will
need, the plan is to add more as we require it under the assumption
that we will converge to a state where a new set type already has
all information required available. The expectation is that most set
types will require the same information for estimation since they
most likely will be some type of tree or trie.

Please apply.


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

end of thread, other threads:[~2014-04-14  8:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-28 10:19 [PATCH 0/2] netfilter: nf_tables: set selection Patrick McHardy
2014-03-28 10:19 ` [PATCH 1/2] netfilter: nf_tables: implement proper " Patrick McHardy
2014-03-28 10:19 ` [PATCH 2/2] netfilter: nft_hash: use set global element counter instead of private one Patrick McHardy
2014-03-31 11:53 ` [PATCH 0/2] netfilter: nf_tables: set selection Pablo Neira Ayuso
2014-04-14  5:56   ` Patrick McHardy
2014-04-14  8:28     ` Pablo Neira Ayuso
2014-04-14  8:52       ` Patrick McHardy
2014-04-14  8:55         ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.