From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 0/4] Hyper-V netvsc PMD and VMBus support Date: Sun, 13 May 2018 00:02:59 +0200 Message-ID: <9311220.sRLYH6gzLP@xps> References: <20180509002605.30996-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Stephen Hemminger Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id E31321CEA8 for ; Sun, 13 May 2018 00:03:01 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 11/05/2018 18:50, Ferruh Yigit: > On 5/9/2018 1:26 AM, Stephen Hemminger wrote: > > Stephen Hemminger (4): > > bus/vmbus: add hyper-v virtual bus support > > net/netvsc: add hyper-v netvsc network device > > net/netvsc: add documentation > > bus/vmbus and net/netvsc: add meson build support > > I confirm my test scripts passes for x86, not able to cross build for other > architectures because of uuid dependency and I am missing cross version of it. > note: need to enable both LIBRTE_VMBUS & NETVSC_PMD Unfortunately, I have a compilation error with meson because of uuid dependency: Library uuid found: NO [...] ./drivers/bus/vmbus/rte_bus_vmbus.h:23:10: fatal error: uuid/uuid.h: No such file or directory I think it is missing a "build = false" when dep is not found. In the next revision, please merge meson files in first patches, thanks.