port: ethdev
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Wed, 4 Jun 2014 18:08:20 +0000 (19:08 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Jun 2014 00:37:29 +0000 (02:37 +0200)
commit4d97e8b565cc5cad3dfd4f67c308a19f2db68ca2
tree437618cfb76ca2d4beeba35945e2753f1a03458d
parenteb77db3ed9ed5752ca2862f13204b5de99eace51
port: ethdev

The input port ethdev_reader implements the Packet Framework port API
on top of the Intel DPDK poll mode driver for a NIC RX queue.

The output port ethdev_writer implements the Packet Framework port API
on top of the Intel DPDK poll mode driver for a NIC TX queue.

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_port/Makefile
lib/librte_port/rte_port_ethdev.c [new file with mode: 0644]
lib/librte_port/rte_port_ethdev.h [new file with mode: 0644]