From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: Can't compile examples Date: Thu, 25 Jun 2015 11:51:25 +0200 Message-ID: <1617497.kxaxRlCip8@xps13> References: <558B6814.7080203@igel.co.jp> <5433396.r4TVZHsn8s@xps13> <1ED644BD7E0A5F4091CF203DAFB8E4CC05773228@SHSMSX101.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "dev@dpdk.org" To: "Liu, Jijiang" , Tetsuya Mukawa Return-path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 3AB3AC598 for ; Thu, 25 Jun 2015 11:54:17 +0200 (CEST) Received: by wibdq8 with SMTP id dq8so70495128wib.1 for ; Thu, 25 Jun 2015 02:54:16 -0700 (PDT) In-Reply-To: <1ED644BD7E0A5F4091CF203DAFB8E4CC05773228@SHSMSX101.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-06-25 08:39, Liu, Jijiang: > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > 2015-06-25 11:31, Tetsuya Mukawa: > > > Hi Jijiang, > > > > > > It seems below patch introduces compile error of examples. > > > - a50245e examples/tep_term: initialize VXLAN sample > > > > > > Here is log. > > > Could you please check it? > > > > > [...] > > > > > /home/mukawa/work/dpdk.org/dpdk/examples/tep_termination/main.c:52:28: > > > fatal error: rte_virtio_net.h: No such file or directory > > > > The check before merging was with vhost enabled. > > > > Jijiang, does it make sense to try make it without vhost? > > If not, examples/Makefile must contain > > DIRS-$(CONFIG_RTE_LIBRTE_VHOST) += tep_termination > > The CONFIG_RTE_LIBRTE_VHOST must be set 'Y' when compiling the VXLAN example. Fixed: http://dpdk.org/browse/dpdk/commit/?id=8b22792abbfe