From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gonzalez Monroy, Sergio" Subject: Re: [PATCH] eal: add rte_eal_iopl_init to version map Date: Thu, 12 Feb 2015 15:18:42 +0000 Message-ID: <54DCC452.5010905@intel.com> References: <1423661455-27540-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1762724.29i33vs4dM@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Thomas Monjalon Return-path: In-Reply-To: <1762724.29i33vs4dM@xps13> 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" On 12/02/2015 15:12, Thomas Monjalon wrote: > 2015-02-11 13:30, Sergio Gonzalez Monroy: >> Common rte_eal_iopl_init function is missing from eal version map. > How did you see it? > Thanks Building shared libraries and using virtio PMD would result in undefined reference symbol. Should I add it to the commit log? >> rte_eal_hpet_init; >> + rte_eal_iopl_init; >> rte_eal_init; > You missed the alphabetical order, you were not so far ;) Oh, I did not realize it was alphabetical order, I'll send v2. Regards, Sergio