From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=kl+Dh0xxBZPULJL1DxZVozWRTXyQwsX7RM4trAt4O/k=; b=RB9GR0e5mY433vUon6Gw0l20o4qFPxz2d7vAWsx1h5Pwaa2DJxe/s63Sfc4cCdqGnA /GegEqTlNRVwPZ4CGrCSLtpEBRbftgnphsiMv825YWgY2hT2cwNuZhf3lQZIqjpy+QXq 7RGk3+Nrhpy+GfSHd9Y8xc4wKmGr+Jw+q0ylis1bduNmepcmh5bac8eTAx2VdepNCVYz zWWyDp0tLbZxBUAB5CjaameMTXbIaMEsFHfmcx5+th7GDJ9FjQuWY5T4q5WOggVcfI5L s9uBT0b/Ekr0RQjMB+YNpq5WSAomTmqi0w6VmfmYRrA3ZvGFG5zFRr8SUox/RNz009p7 pulA== X-Gm-Message-State: ALoCoQlyrRrdk/i8NgWrFJ0TbsLWtI0VQv04KVkPjnoBHyXgIdozC5CmrGuWaJy8JY5Wezgr5LLj X-Received: by 10.194.79.73 with SMTP id h9mr77310130wjx.125.1435226056145; Thu, 25 Jun 2015 02:54:16 -0700 (PDT) Received: from xps13.localnet (vis210d.sophia.inria.fr. [193.48.223.210]) by mx.google.com with ESMTPSA id v3sm2158342wiy.1.2015.06.25.02.54.14 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Jun 2015 02:54:15 -0700 (PDT) From: Thomas Monjalon To: "Liu, Jijiang" , Tetsuya Mukawa Date: Thu, 25 Jun 2015 11:51:25 +0200 Message-ID: <1617497.kxaxRlCip8@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1ED644BD7E0A5F4091CF203DAFB8E4CC05773228@SHSMSX101.ccr.corp.intel.com> References: <558B6814.7080203@igel.co.jp> <5433396.r4TVZHsn8s@xps13> <1ED644BD7E0A5F4091CF203DAFB8E4CC05773228@SHSMSX101.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Can't compile examples 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: Thu, 25 Jun 2015 09:54:17 -0000 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