From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stephen@networkplumber.org>
Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com
 [209.85.220.43]) by dpdk.org (Postfix) with ESMTP id 979185690
 for <dev@dpdk.org>; Mon, 16 Mar 2015 21:21:54 +0100 (CET)
Received: by pacwe9 with SMTP id we9so74648122pac.1
 for <dev@dpdk.org>; Mon, 16 Mar 2015 13:21:53 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to
 :references:mime-version:content-type:content-transfer-encoding;
 bh=sFI8rUEdgMvbx0tEi7Jkd53gi42bp9rGWAocTxg7FDU=;
 b=lQQW864O0185DK30V5WOI2Wr735Kvn4/MsLHUqorLpqfYT5/nR1Gg+4xrJtqFHNYHg
 ci+WvRMyyt1mGtzf4nIJuENHVZHpEGTOSZFN2p2ykluUeo0sCqGqvCcQWh0/+OlB8Je5
 oUCzrSnpFVPjKRMEYFJGmLF8DdZA2S9F8wj+t8JHEHAoSCcT3Xy7X6TrQ8nLp86aXT2i
 DOezrdpGByajsgDiN7m5VzIqxlmp85IaVlnRAKUAD1ljwPVrvfvMM7etKGWukw1be2xv
 i8LpwfR0FiCNdLenbYHOu/9xC/ahlozDinBcfWCHoMjtN2KKEF3L7XESLzyJNtCsvlYa
 TjRQ==
X-Gm-Message-State: ALoCoQnblMxmWKaOAbQK8PCEEQyxC56LeE8zomenpzgub4YOZTn3gPPLSSqfUNPy4mRL3SJcbFur
X-Received: by 10.70.129.72 with SMTP id nu8mr121650917pdb.72.1426537312778;
 Mon, 16 Mar 2015 13:21:52 -0700 (PDT)
Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net.
 [50.53.82.155])
 by mx.google.com with ESMTPSA id ca17sm13931450pdb.95.2015.03.16.13.21.52
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 16 Mar 2015 13:21:52 -0700 (PDT)
Date: Mon, 16 Mar 2015 13:21:53 -0700
From: Stephen Hemminger <stephen@networkplumber.org>
To: Neil Horman <nhorman@tuxdriver.com>
Message-ID: <20150316132153.67a09fac@urahara>
In-Reply-To: <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>
 <20150315120122.GA6662@neilslaptop.think-freely.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [RFC PATCH 5/7] add OSv support
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 16 Mar 2015 20:21:55 -0000

On Sun, 15 Mar 2015 08:01:22 -0400
Neil Horman <nhorman@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.