From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 8A76BC56E for ; Thu, 25 Jun 2015 10:40:14 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 25 Jun 2015 01:40:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,675,1427785200"; d="scan'208";a="594472122" Received: from pgsmsx102.gar.corp.intel.com ([10.221.44.80]) by orsmga003.jf.intel.com with ESMTP; 25 Jun 2015 01:40:12 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by PGSMSX102.gar.corp.intel.com (10.221.44.80) with Microsoft SMTP Server (TLS) id 14.3.224.2; Thu, 25 Jun 2015 16:39:29 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.246]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.146]) with mapi id 14.03.0224.002; Thu, 25 Jun 2015 16:39:28 +0800 From: "Liu, Jijiang" To: Thomas Monjalon Thread-Topic: [dpdk-dev] Can't compile examples Thread-Index: AQHQru8h8stHTqo0DUGreYjxQ/wK5p28XU0AgACJNMA= Date: Thu, 25 Jun 2015 08:39:28 +0000 Message-ID: <1ED644BD7E0A5F4091CF203DAFB8E4CC05773228@SHSMSX101.ccr.corp.intel.com> References: <558B6814.7080203@igel.co.jp> <5433396.r4TVZHsn8s@xps13> In-Reply-To: <5433396.r4TVZHsn8s@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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:40:15 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, June 25, 2015 4:27 PM > To: Liu, Jijiang > Cc: dev@dpdk.org; Tetsuya Mukawa > Subject: Re: [dpdk-dev] Can't compile examples >=20 > 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 >=20 > The check before merging was with vhost enabled. >=20 > Jijiang, does it make sense to try make it without vhost? > If not, examples/Makefile must contain > DIRS-$(CONFIG_RTE_LIBRTE_VHOST) +=3D tep_termination The CONFIG_RTE_LIBRTE_VHOST must be set 'Y' when compiling the VXLAN exampl= e.