From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] eal: add rte_eal_iopl_init to version map Date: Fri, 20 Feb 2015 11:07:22 +0100 Message-ID: <1894827.l5UIKgtRm8@xps13> References: <1423661455-27540-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1423755654-18459-1-git-send-email-sergio.gonzalez.monroy@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Gonzalez Monroy, Sergio" 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" > > Building shared libraries and using virtio PMD results in undefined > > reference to 'rte_eal_iopl_init'. > > > > Add missing function to eal version map. > > > > Signed-off-by: Sergio Gonzalez Monroy > > Acked-by: Pablo de Lara Applied, thanks