From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=LKAjdizcPquXCCwdCNSLxQ9BQ9Ds+TpADn/tqbS4T00=; b=J/E38dajlSm8o0Ms3b6r2lc7XmnRdixIDK32ATrz19hJAtZRDGXJWKzsnd8yuhxMLe 1VNCKrjtFhXK6Q5jhovv0MRr2eyYYKWB7EWaueMlhycrCUHs9b2vswckhgtbCMm6S0vM V+GdY0kmYHL7CtYAtBFQk9b5M99AuvSB0EcIIkWbrPryjHMpYfyWLSHnCvbn4aK8q4Hl uyq3NiNvEpu21ic4q7V/BycGAsMGHVQwmL5+Ql5RYL+WTPZanZPUVyYNtAHM/lJ0BTb6 x3y2IvKftuO67z4GLo20iBt9xRzIBxnNsAEWOkwAKfhEz4R21cwsYzk9/3hhiVZ+5N/c l+aQ== X-Gm-Message-State: ALoCoQmRt6u9xWRRG2gAiJDjE7DxkDIIlNuJbdQ7oRuzOoXZFiHYWZqmsg7hh7lz067IXKHMh/1/ X-Received: by 10.194.205.37 with SMTP id ld5mr25733459wjc.14.1436394869181; Wed, 08 Jul 2015 15:34:29 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id c7sm5593500wjb.19.2015.07.08.15.34.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jul 2015 15:34:27 -0700 (PDT) From: Thomas Monjalon To: Maciej Gajdzica , Jasvinder Singh Date: Thu, 09 Jul 2015 00:33:23 +0200 Message-ID: <2556845.B31QGe61c9@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1436256575-15107-6-git-send-email-maciejx.t.gajdzica@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v6 05/11] ip_pipeline: added master pipeline X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2015 22:34:29 -0000 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.