From: Patrick McHardy <kaber@trash.net>
To: pablo@netfilter.org
Cc: netfilter-devel@vger.kernel.org
Subject: [PATCH 0/2] netfilter: nf_tables: set selection
Date: Fri, 28 Mar 2014 10:19:46 +0000 [thread overview]
Message-ID: <1396001988-32338-1-git-send-email-kaber@trash.net> (raw)
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.
next reply other threads:[~2014-03-28 10:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-28 10:19 Patrick McHardy [this message]
2014-03-28 10:19 ` [PATCH 1/2] netfilter: nf_tables: implement proper set selection 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1396001988-32338-1-git-send-email-kaber@trash.net \
--to=kaber@trash.net \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).