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

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Oct 19 17:18:46 CEST 2015


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 <piotrx.t.azarewicz at intel.com>
> ---
>  lib/librte_port/rte_port_ring.c |  311 +++++++++++++++++++++++++++++++++++----
>  lib/librte_port/rte_port_ring.h |   35 ++++-

Piotr,
You forgot the shared library case: the new functions are missing in the .map.

Cristian,
As a maintainer, please check compilation of shared library.

See you for the v3 ;)
Thanks


More information about the dev mailing list