From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) by dpdk.org (Postfix) with ESMTP id 07CC99AAF for ; Wed, 25 Feb 2015 10:07:50 +0100 (CET) Received: by wesw62 with SMTP id w62so2191721wes.9 for ; Wed, 25 Feb 2015 01:07:49 -0800 (PST) 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=u0EVrDwxIfRBGbnN1DYincN6Jn7TlfbO5yTdKeYeyAU=; b=W4yP9Yl24DZCyHYpDjmwOzAKaiP6SBPREsYMOmPAix5A+Ht2LChBMkpcLpF5d80/2C R2QLD4PWj10p3pvI/bhNADlEU3cUd3zfffvElrffj3eO8rlTXwgYf5u9vxVL8bsrJFjk nX3BaYRrDtV2Hc13EeYYx0dCcDq9H+HP18khdD6lsHnlxb7qa/EA1+M+EscIimIW+Vmb McOcNMByFotZG69aM6zCpZZwVfiNgRE9kCj5Y8vpi0RMm2bFVn6tOEvF/vd14PzCdJQH YJrlARhCygUmKEidD5ALA+rp3PPus8mVrw518ebl35X2oLFy2O1al60cibYjJ07wgl9U BfAw== X-Gm-Message-State: ALoCoQkRb4seBS9g+5gWEhwNaJCs1N/yji2cNbZnPLv67LCO0i0eF2E+RLaLz60S0xtQfWgfxE7t X-Received: by 10.180.87.33 with SMTP id u1mr4682114wiz.20.1424855269820; Wed, 25 Feb 2015 01:07:49 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id hj10sm51261530wjc.48.2015.02.25.01.07.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Feb 2015 01:07:49 -0800 (PST) From: Thomas Monjalon To: "Liang, Cunming" Date: Wed, 25 Feb 2015 10:07:15 +0100 Message-ID: <4305328.RvZUiQGGu0@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1424835589-18122-1-git-send-email-cunming.liang@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 v1 0/2] eal: fix symbol missing in version map 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, 25 Feb 2015 09:07:50 -0000 > > These two patches are the fixing for the compling error when > > CONFIG_RTE_BUILD_SHARED_LIB=y. > > The root cause is *per_lcore__socket_id* and *rte_sys_gettid* are missing > > in the version map. > > Thanks for the notification from Tetsuya Mukawa . Please use Reported-by: in such case. Fixes: ef76436c6834 ("eal: get unique thread id") Fixes: 9e29251b2afa ("eal: thread affinity API") > > Cunming Liang (2): > > eal/linux: fix symbol missing in version map > > eal/bsd: fix symbol missing in version map Merged together > Series Acked-by: John McNamara Applied, thanks