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

2015-03-21 Thread Takuya ASADA
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 wrote: > On Mon, Mar

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

2015-03-16 Thread Neil Horman
On Mon, Mar 16, 2015 at 01:21:53PM -0700, Stephen Hemminger wrote: > On Sun, 15 Mar 2015 08:01:22 -0400 > Neil Horman 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 > > >

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

2015-03-16 Thread Stephen Hemminger
On Sun, 15 Mar 2015 08:01:22 -0400 Neil Horman 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. > > > > + > > +include $(RTE_SDK)/mk/r

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

2015-03-15 Thread Neil Horman
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_vers

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

2015-03-13 Thread Takuya ASADA
Adding OSv support. Based on Linux/FreeBSD EAL, but calling OSv kernel APIs to access devices, allocate contiguous memory, etc. Signed-off-by: Takuya ASADA --- config/{common_linuxapp => common_osvapp} | 20 +- ...xapp-gcc => defconfig_x86_64-native-osvapp-gcc} | 2 +- lib/librte_ea