From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.228.170]) by dpdk.org (Postfix) with ESMTP id CFE62F72 for ; Wed, 20 Jan 2016 07:48:56 +0100 (CET) Received: from mhall-osx-home.local (99-34-229-174.lightspeed.sntcca.sbcglobal.net [99.34.229.174]) by mail.mhcomputing.net (Postfix) with ESMTPSA id 18AA6FC; Wed, 20 Jan 2016 01:48:56 -0500 (EST) To: Royce Niu , users@dpdk.org References: From: Matthew Hall Message-ID: <569F2E00.2090400@mhcomputing.net> Date: Tue, 19 Jan 2016 22:49:36 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-users] Fail to build Memnic in Ubuntu 14.04 X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 06:48:57 -0000 On 1/19/16 10:03 PM, Royce Niu wrote: > Hi > > I want to install an OVS/memnic software in a KVM virtual machine. > > For the higher speed, I install memnic/pmd (SR-IOV) instead of virtio, > since I believe SR-IOV is faster than virtio. > > But, I meet some trouble when I build the memnic following the doc ( > http://dpdk.org/doc/memnic-pmd) > > I download the most updated software DPDK 2.2.0 and memnic 1.3. > > My system is : > 1. 2 VCPU 2G Mem > 2. Ubuntu 14.04 64bit > 3. Updated packages > > > I build DPDK successfully, but when I build memnic in VM according to the > doc. Hello, The memnic code is not updated since 2014-09-30. I am not sure if it got replaced by something else in OVS or just fell asleep. But I think that is why you are getting so insanely many errors, it fell too far behind DPDK to work. If you can find an old DPDK released around this time listed here it might help narrow down if that might be the root cause: http://dpdk.org/browse/memnic/log/ However a DPDK that old will probably fail to build due to kernel version issues. Matthew.