From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/3] port: add mp/mc ring ports Date: Mon, 19 Oct 2015 17:18:46 +0200 Message-ID: <4185964.BcDhOiHPGt@xps13> References: <1442322395-23365-1-git-send-email-piotrx.t.azarewicz@intel.com> <1443088539-28194-1-git-send-email-piotrx.t.azarewicz@intel.com> <1443088539-28194-2-git-send-email-piotrx.t.azarewicz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Piotr Azarewicz Return-path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 4E1F65A1F for ; Mon, 19 Oct 2015 17:19:51 +0200 (CEST) Received: by wicfv8 with SMTP id fv8so10901112wic.0 for ; Mon, 19 Oct 2015 08:19:51 -0700 (PDT) In-Reply-To: <1443088539-28194-2-git-send-email-piotrx.t.azarewicz@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 +++++++++++++++++++++++++++++++++++---- > 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