From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id B141B1B1A7 for ; Thu, 18 Jan 2018 08:39:06 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5EFCD20A92; Thu, 18 Jan 2018 02:39:06 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 18 Jan 2018 02:39:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=l66Gle5yzknRGlS1aENxYvIm4R 632MVORNvAXa8sC/I=; b=pkdlG/NhgVUV+7CIoHJzDJjedOxer1EUZt+XT1c3f0 vfkiXO65WAaXeg4SHcg3bOk439jj5eF+d5kvDqgyuME2Z2Oe6CzrZ8DhGg2fw9jP EYsPIACIPyEbR9shVFPXfC8/7bRUFw6V2NAu6E5jfahEv+EwWV/41vPDhL6b7z0w k= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=l66Gle 5yzknRGlS1aENxYvIm4R632MVORNvAXa8sC/I=; b=NKl0DUifmFRwhoIl8QuXMG pfufHRCRcT/fGPhitIl9E7uMskceRvshY/dIXqv7zloVPfVWYauqWS1mH3lHMNAm wgCf7yjmI17uhW7nJGDhUWcsrJwbNOVWiNup0prcvDcOErJadLmhMcBYYCrF4MnI /FYsKaiw66AInLxKNI+LfXxe9ZpX8mcvWaQrQJKe5JHSGENdQAUGWjHK3p95axTj uFdoHv1YaX6HQ5miGD0Gm0mb2aZgmXkenlj5RQExNisaj5HQYCFDY9IzKlvSFfUR 3FJk/FgotfvHjMQi9sWYWZWj+91OP+BT35JWtxrnwZfNoJRZXJ0BMHjqPqa4yGGA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 09D6D240DE; Thu, 18 Jan 2018 02:39:06 -0500 (EST) From: Thomas Monjalon To: Yuanhan Liu Cc: dev@dpdk.org, Xiao Wang , Ferruh Yigit , Olivier Matz Date: Thu, 18 Jan 2018 08:38:30 +0100 Message-ID: <7347756.cFi570UBhb@xps> In-Reply-To: <1516245283-23990-2-git-send-email-yliu@fridaylinux.org> References: <20180118030921.GW29540@yliu-mob> <1516245283-23990-1-git-send-email-yliu@fridaylinux.org> <1516245283-23990-2-git-send-email-yliu@fridaylinux.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 2/2] net: fix build error X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2018 07:39:06 -0000 18/01/2018 04:14, Yuanhan Liu: > Fix build error when shared lib is enabled: > > LD librte_net.so.1.1 > rte_arp.o: In function `rte_net_make_rarp_packet': > rte_arp.c:(.text+0x1f0): undefined reference to `rte_mempool_ops_table' > rte_arp.c:(.text+0x21d): undefined reference to `rte_mempool_ops_table' > rte_arp.c:(.text+0x2d5): undefined reference to `rte_mempool_ops_table' > rte_arp.c:(.text+0x384): undefined reference to `rte_mempool_ops_table' > rte_arp.c:(.text+0x4b7): undefined reference to `rte_mempool_ops_table' This is very strange, I do not see this error on my machine.