From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=zro7cYNuvpLnQnMH6XwOOrUCBbGWi9OtNrnfogKiixE=; b=O/RB6ND2k0e3EdhkMcGsAHP1gol2+76Z9SNH5bPwy0YVAYDbI8y4Kz1GvcMVcy15i0 Q9zcjulSsEWOWxy+YUiBCBQE13+Q82QDJMUOJ7MSmhAHGgRNOLYfgYvMGjwvz9z+Mv/K kRR7fmqiwcz0lSBvuoMtLJukZRVKT2606gHs2kL8GIZ4bSerpxk3p9gkbGViR3iiSphA 9DI2ISHzbeuP9K4qOyOjeFx6IrRkhuj/FYa8FFfT0mW2NUpwTBC+wCN46d84Sp8Mz+w0 jBHIuz9t4MJNVW7CidCSlFagAOFekHITxm2xh+x1KrkAQSexLxlgYiT6tSk5HTv/T7wH Ct/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=zro7cYNuvpLnQnMH6XwOOrUCBbGWi9OtNrnfogKiixE=; b=tomNrgHK9YgSbkMaou3aD59mnCbd7wl4lt2yk+SJ/p1TaMaaaPEHBgEqOD20BWVQ68 KDEOhGd742uKKMeQ579fY7QytwZ/0LYcK1D6ILw0xF5MnhryzOq2iohjtYz0icuFcZTE MXZEZXap/fdZ9piJvtNE6Ojt/EHiP09BPeSAusiU1JHmuqQAMuDqz2YrPortcdZILMI4 emufKBuOKmtJdtITDP+V/K/LhiTj3gwOCu2rlihVa/vtCjBcJ4Eb+kWXI2b69a+lVfEN 94HpUUOLd6QTtavpiH7gDwfY2kOHafVXWiHnSfImc2X5622wvWFbBwLwF/LQQ1JitXIt y5jA== X-Gm-Message-State: ALKqPwfuADXvY4qJavbmoizfl20DssvIJODbC5reN+FivCaodQ9r8hfR HpqRRtMYTtR+k7KlqlJyGnoR+6fznvs= X-Google-Smtp-Source: AB8JxZrEUaqTJGpi0P/p6xxx3vamOZKPvhyH51UsckX6aO87p8L3JqMVZtj0xg9iaPFvLoGIqOU2YA== X-Received: by 2002:a63:7154:: with SMTP id b20-v6mr5851483pgn.13.1526232134189; Sun, 13 May 2018 10:22:14 -0700 (PDT) Received: from xeon-e3 (204-195-35-107.wavecable.com. [204.195.35.107]) by smtp.gmail.com with ESMTPSA id t24-v6sm19245593pfj.75.2018.05.13.10.22.13 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 13 May 2018 10:22:13 -0700 (PDT) Date: Sun, 13 May 2018 10:22:11 -0700 From: Stephen Hemminger To: Thomas Monjalon Cc: dev@dpdk.org, Ferruh Yigit Message-ID: <20180513102211.55d600c9@xeon-e3> In-Reply-To: <9311220.sRLYH6gzLP@xps> 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 Subject: Re: [dpdk-dev] [PATCH v6 0/4] Hyper-V netvsc PMD and VMBus support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 17:22:15 -0000 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.