From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: igb_uio binding issue Date: Mon, 01 Feb 2016 14:19:34 +0000 Message-ID: <56AF6976.4060409@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 5D2788D28 for ; Mon, 1 Feb 2016 15:19:37 +0100 (CET) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 01/02/2016 11:59, Pankaj Joshi wrote: > Lcore 0: RX port 0 > Lcore 1: RX port 1 > Initializing port 0... EAL: Error - exiting with code: 1 > Cause: rte_eth_rx_queue_setup:err=-12, port=0 > > Can any one figure out the problem. > My first guess would be lack of reserved memory. Try upping nr_hugepages under /sys/devices/ as I've once or twice found the 64 suggested in http://dpdk.org/doc/quick-start to be a bit low.. ..Remy