numam-dpdk/mk
Yipeng Wang 857ed6c68c member: implement main API
Membership library is an extension and generalization of a traditional
filter (for example Bloom Filter and cuckoo filter) structure.
In general, the Membership library is a data structure that provides a
"set-summary" and responds to set-membership queries of whether a
certain element belongs to a set(s). A membership test for an element
will return the set this element belongs to or not-found if the
element is never inserted into the set-summary.

The results of the membership test are not 100% accurate. Certain
false positive or false negative probability could exist. However,
comparing to a "full-blown" complete list of elements, a "set-summary"
is memory efficient and fast on lookup.

This patch adds the main API definition.

Signed-off-by: Yipeng Wang <yipeng1.wang@intel.com>
Reviewed-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2017-10-09 00:02:45 +02:00
..
arch update Cavium Inc copyright headers 2017-07-08 17:43:49 +02:00
exec-env fix typos using codespell utility 2017-06-14 23:54:13 +02:00
internal
machine config: add NXP DPAA SoC build configuration 2017-10-06 02:49:49 +02:00
target/generic fix typos using codespell utility 2017-06-14 23:54:13 +02:00
toolchain mk: add crypto capability for armv8a and thunderx 2017-07-04 15:56:58 +02:00
rte.app.mk member: implement main API 2017-10-09 00:02:45 +02:00
rte.bsdmodule.mk
rte.combinedlib.mk
rte.cpuflags.mk mk: add crypto capability for armv8a and thunderx 2017-07-04 15:56:58 +02:00
rte.extapp.mk
rte.extlib.mk
rte.extobj.mk
rte.extshared.mk
rte.extsubdir.mk mk: fix external builds with relative output dir 2017-04-30 22:45:34 +02:00
rte.gnuconfigure.mk
rte.hostapp.mk
rte.hostlib.mk
rte.install.mk
rte.lib.mk mk: use extra cflags when linking libs with compiler 2017-07-31 23:57:49 +02:00
rte.module.mk
rte.obj.mk
rte.sdkbuild.mk mk: allow exec-env specific targets 2017-07-03 23:55:55 +02:00
rte.sdkconfig.mk mk: add sensible default target with defconfig 2017-08-05 10:27:04 +02:00
rte.sdkdepdirs.mk
rte.sdkdoc.mk mk: use make silent flag to print HTML doc version 2017-06-27 00:06:02 +02:00
rte.sdkexamples.mk
rte.sdkgcov.mk
rte.sdkinstall.mk mk: fix excluding files when installing docs 2017-06-27 01:16:22 +02:00
rte.sdkroot.mk mk: add sensible default target with defconfig 2017-08-05 10:27:04 +02:00
rte.sdktest.mk
rte.shared.mk
rte.subdir.mk
rte.vars.mk fix typos using codespell utility 2017-06-14 23:54:13 +02:00