From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id EF384C564 for ; Thu, 25 Jun 2015 10:29:24 +0200 (CEST) Received: by wiga1 with SMTP id a1so157045269wig.0 for ; Thu, 25 Jun 2015 01:29:24 -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=8Qtgr0RBLs7cH44tFTwLKcLs3u4pjikgSss+1XxPi5U=; b=e+5vZC+ntwdNJq2nN+EkRkUCJdDXeF1k77uQTO917o8aRXc0meDz5g2aQnITgz0lBg ajQ80bSpEKqGoilTlE2Mae0ZDIEkmuOnL/A2/AHJq94PybdUofCR34dqUmQtXLcg9DeI xX2Sx3KP0qg6bPROPdDCIRMv3pcLuJF+SMRZIxmsTUUcWW6cSVcHRdGa/Zbm517SjyKE 6nByNhqyfdHsh4z9txWJne+PsclXgi1opp0CKNyI0kbwc2wHr3nR+T+FK9CIL06n7o3O maqBpHryBaI1eVkyjxfRdD31QHEsS67FFi0vTcRTwyKqg328FkCo05ZXxmSb1FVRj0UY jJsg== X-Gm-Message-State: ALoCoQkSMxklNlY4fS71uNDe/1+A+wFrT9odVCA1wXrVBAaPWXKuL2Epq1XzT2t2EIczL6XwnGrx X-Received: by 10.194.82.38 with SMTP id f6mr63068729wjy.16.1435220964758; Thu, 25 Jun 2015 01:29:24 -0700 (PDT) Received: from xps13.localnet (vis210d.sophia.inria.fr. [193.48.223.210]) by mx.google.com with ESMTPSA id k2sm6389819wif.4.2015.06.25.01.29.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Jun 2015 01:29:23 -0700 (PDT) From: Thomas Monjalon To: jijiang.liu@intel.com Date: Thu, 25 Jun 2015 10:26:32 +0200 Message-ID: <5433396.r4TVZHsn8s@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <558B6814.7080203@igel.co.jp> References: <558B6814.7080203@igel.co.jp> 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 08:29:25 -0000 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