[dpdk-dev] [PATCH v2 1/3] port: add mp/mc ring ports

2015-10-19 Thread Thomas Monjalon
2015-09-24 11:55, Piotr Azarewicz: > ring_multi_reader input port (on top of multi consumer rte_ring) > ring_multi_writer output port (on top of multi producer rte_ring) > > Signed-off-by: Piotr Azarewicz > --- > lib/librte_port/rte_port_ring.c | 311 > +++ >

[dpdk-dev] [PATCH v2 1/3] port: add mp/mc ring ports

2015-09-24 Thread Piotr Azarewicz
ring_multi_reader input port (on top of multi consumer rte_ring) ring_multi_writer output port (on top of multi producer rte_ring) Signed-off-by: Piotr Azarewicz --- lib/librte_port/rte_port_ring.c | 311 +++ lib/librte_port/rte_port_ring.h | 35 - 2 fi