From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by dpdk.org (Postfix) with ESMTP id 7611A1FE for ; Wed, 27 Aug 2014 12:18:29 +0200 (CEST) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 27 Aug 2014 03:22:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,409,1406617200"; d="scan'208";a="473118348" Received: from sivswdev02.ir.intel.com ([10.237.217.46]) by azsmga001.ch.intel.com with ESMTP; 27 Aug 2014 03:22:29 -0700 Date: Wed, 27 Aug 2014 11:22:29 +0100 From: Bruce Richardson To: Abdul Rasheed Shaik Message-ID: <20140827102229.GB10966@sivswdev02.ir.intel.com> References: <20FA96CBE1A24D4191A5EABB5763AB0BBB32F0@POCITMSEXMB06.LntUniverse.com> <20FA96CBE1A24D4191A5EABB5763AB0BBB3367@POCITMSEXMB06.LntUniverse.com> <20FA96CBE1A24D4191A5EABB5763AB0BBB33B4@POCITMSEXMB06.LntUniverse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20FA96CBE1A24D4191A5EABB5763AB0BBB33B4@POCITMSEXMB06.LntUniverse.com> Organization: Intel Shannon Limited. Registered in Ireland. Registered Office: Collinstown Industrial Park, Leixlip, County Kildare. Registered Number: 308263. Business address: Dromore House, East Park, Shannon, Co. Clare. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Error in compiling Intel DPDK in FreeBSD with IVSHMEM 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: Wed, 27 Aug 2014 10:18:29 -0000 On Wed, Aug 27, 2014 at 08:13:59AM +0000, Abdul Rasheed Shaik wrote: > > Hello, > > DPDK doesnt compile with MACHINE---> ivshmem. > > I tried to compile DPDK on FreeBSD Guest machine. > gmake install T=x86_64-ivshmem-bsdapp-gcc CC=gcc48 > I get the following error > ,,, > ,,, > Build app > Build app/test > CC test_ivshmem.o > /root/dpdk-1.7.0/app/test/test_ivshmem.c:49:25: fatal error:rte_ivshmem.h:No such file or directory > #include > ^ > compilation terminated. > > Created a new target environment using the following: > cp config/defconfig_x86_64-ivshmem-linuxapp-gcc config/defconfig_x86_64-ivshmem-bsdapp-gcc > > Please let me know if there is support in FreeBSD to compile with TARGET as x86_64-ivshmem-bsdapp-gcc. > This is not something that is currently supported, as it relies upon a specific way of setting up the memory. Memory setup is very different on BSD vs Linux - Linux targets use the hugetlbfs filesystem, while BSD ones rely on a separate kernel module to reserve large blocks of memory from the kernel at boot time. > Thanks & Regards, > Abdul Rasheed > > L&T Technology Services Ltd > > www.LntTechservices.com > > This Email may contain confidential or privileged information for the intended recipient (s). If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.