port: new packet framework API
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Wed, 4 Jun 2014 18:08:19 +0000 (19:08 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Jun 2014 00:37:28 +0000 (02:37 +0200)
commiteb77db3ed9ed5752ca2862f13204b5de99eace51
tree281d91d76c2eb65ad946824a880c4b78add2d0af
parent212841e67cbc08c88fc9fcf0fc247859da5bc9ef
port: new packet framework API

This file defines the port operations that have to be implemented
by Packet Framework ports.

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_port/Makefile [new file with mode: 0644]
lib/librte_port/rte_port.h [new file with mode: 0644]
mk/rte.app.mk