From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mempool: fix mlx driver loading Date: Sun, 06 Dec 2015 00:50:24 +0100 Message-ID: <7046076.0V2OH0vXFg@xps13> References: <1449248843-12070-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 0ED539215 for ; Sun, 6 Dec 2015 00:51:36 +0100 (CET) Received: by wmec201 with SMTP id c201so120165659wme.0 for ; Sat, 05 Dec 2015 15:51:36 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id jh4sm18430681wjb.33.2015.12.05.15.51.35 for (version=TLSv1/SSLv3 cipher=OTHER); Sat, 05 Dec 2015 15:51:35 -0800 (PST) In-Reply-To: <1449248843-12070-1-git-send-email-thomas.monjalon@6wind.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-12-04 18:07, Thomas Monjalon: > The function rte_mempool_obj_iter used in mlx drivers > was not exported. So the driver loading was failing: > > EAL: open shared lib librte_pmd_mlx4.so > EAL: x86_64-native-linuxapp-gcc/lib/librte_pmd_mlx4.so: > undefined symbol: rte_mempool_obj_iter > > Fixes: 9d41beed24b0 ("lib: provide initial versioning") > > Signed-off-by: Thomas Monjalon Applied