From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v5 0/4] Hyper-V netvsc PMD (and VMBus) Date: Wed, 9 May 2018 08:27:44 -0700 Message-ID: <20180509082744.0e0da51c@xeon-e3> References: <20180426225736.20295-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , Thomas Monjalon To: Raslan Darawsheh Return-path: Received: from mail-pf0-f173.google.com (mail-pf0-f173.google.com [209.85.192.173]) by dpdk.org (Postfix) with ESMTP id B00E31B6E0 for ; Wed, 9 May 2018 17:27:48 +0200 (CEST) Received: by mail-pf0-f173.google.com with SMTP id c10so25792532pfi.12 for ; Wed, 09 May 2018 08:27:48 -0700 (PDT) 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" On Wed, 9 May 2018 14:59:20 +0000 Raslan Darawsheh wrote: > Hi Stephen, > > I'm trying to compile your patches and I'm getting this compilation issue: > /download/dpdk/drivers/net/netvsc/hn_ethdev.c:28:27: fatal error: rte_bus_vmbus.h: No such file or directory > compilation terminated. > /download/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'hn_ethdev.o' failed > make[6]: *** [hn_ethdev.o] Error 1 > make[6]: *** Waiting for unfinished jobs.... > CC hn_rndis.o > Did you enable VMBUS in the config file?