port: ring
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Wed, 4 Jun 2014 18:08:21 +0000 (19:08 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Jun 2014 00:37:29 +0000 (02:37 +0200)
commitbf6931b242f76319b733cb00cc05239e4c41fb18
tree36f36d8c7d38d20dfb5b073a221e7e7da27196d7
parent4d97e8b565cc5cad3dfd4f67c308a19f2db68ca2
port: ring

ring_reader input port (on top of single consumer rte_ring)
ring writer output port (on top of single producer rte_ring)

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