From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 7/8] example/ip_pipeline/pipeline: update flow_classification pipeline Date: Mon, 19 Oct 2015 15:57:31 +0200 Message-ID: <17226439.bjBVTn1vDl@xps13> References: <1444744652-573-1-git-send-email-jasvinder.singh@intel.com> <1444744652-573-8-git-send-email-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jasvinder Singh , Fan Zhang Return-path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id F36985A53 for ; Mon, 19 Oct 2015 15:58:35 +0200 (CEST) Received: by wikq8 with SMTP id q8so7247624wik.1 for ; Mon, 19 Oct 2015 06:58:35 -0700 (PDT) In-Reply-To: <1444744652-573-8-git-send-email-jasvinder.singh@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-10-13 14:57, Jasvinder Singh: > From: Fan Zhang > + table_params.ops = > + &rte_table_hash_key16_ext_dosig_ops; > + } It doesn't build with shared library. pipeline_flow_classification_be.c:(.text+0xa84): undefined reference to `rte_table_hash_key16_ext_dosig_ops' Some functions are missing in lib/librte_table/rte_table_version.map