From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f169.google.com (mail-ob0-f169.google.com [209.85.214.169]) by dpdk.org (Postfix) with ESMTP id 834077F0C for ; Fri, 21 Nov 2014 10:41:44 +0100 (CET) Received: by mail-ob0-f169.google.com with SMTP id vb8so3776414obc.0 for ; Fri, 21 Nov 2014 01:52:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=vAu73FnfN0iayDY++B2kkrwVPSlE+Vf0yBwQszD1dHI=; b=i/iRZzn8DpQg5+bEdayiGp9bA5cvJX+kA1hqGPjExSsixFOET8ZqI2C903ygy74vZb WH5yrm1iK02c+kdsc8oX0uxFdF1sG8GDMejO7JzxCH80sYswXfGUwBkeS3oPzos3YKjl QhOY6CHifncLCO9+ARRsdD9lQmeQAi0FgdX5WATCWS2N9i5qIqpF5Wk1pfZcHk79o3N2 Mv7271G4N/Z6wIrBgtAB/nl+aLuQjptBHMz+PLVsLBavWbRGt4WIHHHCTXhC3dAXGbzQ xnkIWUpof1VCSX4KychVbyvVmUsjLbgkRga9o5L6AD65EJLXMAxLUZ4vBKsYSQYgnLFr tGFg== X-Gm-Message-State: ALoCoQl3TCte1+dufjC9T7nddw+i/RaohfQtF6+hVtuHy8LnHrFe/koxuLclxb3Z8w0HJIMuWfM9 MIME-Version: 1.0 X-Received: by 10.202.16.17 with SMTP id 17mr1216500oiq.74.1416563537881; Fri, 21 Nov 2014 01:52:17 -0800 (PST) Received: by 10.202.60.197 with HTTP; Fri, 21 Nov 2014 01:52:17 -0800 (PST) In-Reply-To: <1416587583-2021-1-git-send-email-ssujith@cisco.com> References: <1416587583-2021-1-git-send-email-ssujith@cisco.com> Date: Fri, 21 Nov 2014 10:52:17 +0100 Message-ID: From: David Marchand To: Sujith Sankar Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2 0/6] Cisco Systems Inc. VIC Ethernet PMD - ENIC PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2014 09:41:45 -0000 Hello Sujith, I just tried your patchset on my system but I can't get it to build : $ make config T=x86_64-native-linuxapp-gcc && make Configuration done == Build scripts == Build scripts/testhost HOSTCC testhost.o [snip] == Build lib/librte_pmd_enic CC enic_main.o ....../lib/librte_pmd_enic/enic_main.c:43:24: fatal error: linux/vfio.h: No such file or directory compilation terminated. make[3]: *** [enic_main.o] Error 1 make[2]: *** [librte_pmd_enic] Error 2 make[1]: *** [lib] Error 2 make: *** [all] Error 2 Looks like there is a problem with detecting vfio support and/or including the right header. $ uname -a Linux ... 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u3 x86_64 GNU/Linux Regards, -- David Marchand