From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v6 0/4] Hyper-V netvsc PMD and VMBus support Date: Sun, 13 May 2018 10:22:11 -0700 Message-ID: <20180513102211.55d600c9@xeon-e3> References: <20180509002605.30996-1-stephen@networkplumber.org> <9311220.sRLYH6gzLP@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Ferruh Yigit To: Thomas Monjalon Return-path: Received: from mail-pg0-f54.google.com (mail-pg0-f54.google.com [74.125.83.54]) by dpdk.org (Postfix) with ESMTP id 1528D1CF5D for ; Sun, 13 May 2018 19:22:15 +0200 (CEST) Received: by mail-pg0-f54.google.com with SMTP id w4-v6so2844362pgq.8 for ; Sun, 13 May 2018 10:22:14 -0700 (PDT) In-Reply-To: <9311220.sRLYH6gzLP@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Sun, 13 May 2018 00:02:59 +0200 Thomas Monjalon wrote: > 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. > > Ok, didn't check negative meson build case.