From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1 0/2] eal: fix symbol missing in version map Date: Wed, 25 Feb 2015 10:07:15 +0100 Message-ID: <4305328.RvZUiQGGu0@xps13> References: <1424835589-18122-1-git-send-email-cunming.liang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Liang, Cunming" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > 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