table: new packet framework API
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Wed, 4 Jun 2014 18:08:27 +0000 (19:08 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Jun 2014 01:34:10 +0000 (03:34 +0200)
commitca71bbfa0448e8ac2f8bc028d3bad7c7dd33f5c1
tree576d724781d6e4c843dd7eed7f227fe8ce6d697b
parentef3403fb6f9a3c4b730d2e4fbe7ddc0291ffa992
table: new packet framework API

This file defines the operations to be implemented by
any Packet Framework table.

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>
config/common_bsdapp
config/common_linuxapp
doc/doxy-api-index.md
doc/doxy-api.conf
lib/Makefile
lib/librte_eal/common/include/rte_log.h
lib/librte_table/Makefile [new file with mode: 0644]
lib/librte_table/rte_table.h [new file with mode: 0644]
mk/rte.app.mk