From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [RFC PATCH 5/7] add OSv support Date: Sun, 15 Mar 2015 08:01:22 -0400 Message-ID: <20150315120122.GA6662@neilslaptop.think-freely.org> References: <1426194348-4406-1-git-send-email-syuu@cloudius-systems.com> <1426194348-4406-6-git-send-email-syuu@cloudius-systems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev-VfR2kkLFssw@public.gmane.org To: Takuya ASADA Return-path: Content-Disposition: inline In-Reply-To: <1426194348-4406-6-git-send-email-syuu-RmZWMc9puTNJc61us3aD9laTQe2KTcn/@public.gmane.org> 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 Fri, Mar 13, 2015 at 06:05:46AM +0900, Takuya ASADA wrote: > Adding OSv support. > Based on Linux/FreeBSD EAL, but calling OSv kernel APIs to access devices, allocate contiguous memory, etc. > > + > +include $(RTE_SDK)/mk/rte.vars.mk > + > +LIB = librte_eal.a > + > +EXPORT_MAP := rte_eal_version.map > + You never coppied over the version map. How does this build for shared libraries?