From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 05/11] ip_pipeline: added master pipeline Date: Thu, 09 Jul 2015 00:33:23 +0200 Message-ID: <2556845.B31QGe61c9@xps13> References: <1436256575-15107-1-git-send-email-maciejx.t.gajdzica@intel.com> <1436256575-15107-6-git-send-email-maciejx.t.gajdzica@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Maciej Gajdzica , Jasvinder Singh Return-path: Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 560AC952 for ; Thu, 9 Jul 2015 00:34:29 +0200 (CEST) Received: by wgov12 with SMTP id v12so23423401wgo.1 for ; Wed, 08 Jul 2015 15:34:29 -0700 (PDT) In-Reply-To: <1436256575-15107-6-git-send-email-maciejx.t.gajdzica@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-07-07 10:09, Maciej Gajdzica: > From: Jasvinder Singh > > Master pipeline is responsible for command line handling and > communicationg with all other pipelines via message queues. Removed > cmdline.c file, as its functionality will be split over multiple > pipeline files. > > Signed-off-by: Jasvinder Singh In this v6, it builds well until patch 05 which uses some not exported symbols: pipeline_common_be.c:(.text+0x51): undefined reference to `rte_pipeline_port_in_stats_read' pipeline_common_be.c:(.text+0x91): undefined reference to `rte_pipeline_port_out_stats_read' pipeline_common_be.c:(.text+0xd4): undefined reference to `rte_pipeline_table_stats_read' Please check build with shared libraries.