From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: fix missing function in version map file Date: Thu, 06 Apr 2017 12:50:16 +0200 Message-ID: <1747524.YgSYunUL2K@xps13> References: <20170406101821.12984-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-wr0-f177.google.com (mail-wr0-f177.google.com [209.85.128.177]) by dpdk.org (Postfix) with ESMTP id 9BA2029C7 for ; Thu, 6 Apr 2017 12:50:18 +0200 (CEST) Received: by mail-wr0-f177.google.com with SMTP id g19so11461588wrb.0 for ; Thu, 06 Apr 2017 03:50:18 -0700 (PDT) In-Reply-To: <20170406101821.12984-1-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-04-06 11:18, Bruce Richardson: > The function rte_eth_find_next is missing in the map file, which causes > errors with shared library builds. > > .../test-pmd/testpmd.c:1693: undefined reference to `rte_eth_find_next' > > Adding function to map file fixes the issue. > > Fixes: 5588909af21b ("ethdev: add device iterator") > > Signed-off-by: Bruce Richardson Applied, thanks I missed it because I was not checking build of apps by mistake.