table: stub
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Wed, 4 Jun 2014 18:08:33 +0000 (19:08 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Jun 2014 01:34:11 +0000 (03:34 +0200)
commit8c2826cc2f9ad14ec8ecbe5389b455ca8793cf1c
tree38b29d81fbb07ff1f1ec58764ab4af70f51cf1cf
parent2d13276b0836fbc83c7e17ecd022864dfc2ba2a5
table: stub

The stub table is a simple implementation of the Packet Framework table
API that produces lookup miss for all input packets.

It is used as simple cable-type forwarder by the Packet Framework
pipeline library.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Acked-by: Pablo de Lara Guarch <pablo.de.lara.guarch@intel.com>
Acked by: Ivan Boule <ivan.boule@6wind.com>
doc/doxy-api-index.md
lib/librte_table/Makefile
lib/librte_table/rte_table_stub.c [new file with mode: 0644]
lib/librte_table/rte_table_stub.h [new file with mode: 0644]