[dpdk-dev] [RFC PATCH 5/7] add OSv support

Takuya ASADA syuu at cloudius-systems.com
Sat Mar 21 04:23:56 CET 2015


I forgot to copied rte_eal_version.map, added on new patchset.
OSv supports shared libraries, but I found that DPDK shared libraries
causes an error on OSv:
https://github.com/cloudius-systems/osv/issues/599
I'll fix it shortly.



On Tue, Mar 17, 2015 at 7:42 AM, Neil Horman <nhorman at tuxdriver.com> wrote:

> On Mon, Mar 16, 2015 at 01:21:53PM -0700, Stephen Hemminger wrote:
> > On Sun, 15 Mar 2015 08:01:22 -0400
> > Neil Horman <nhorman at tuxdriver.com> wrote:
> >
> > > 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.
> > > ><snip>
> > > > +
> > > > +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?
> >
> > OSv probably doesn't do shared libraries.
> >
> Ah, then do we need to add a check to prevent trying to configure shared
> libraries then?
>
> Neil
>
>


More information about the dev mailing list