From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: Unable to run the second DPDK app: Cannot allocate memzone list Date: Tue, 15 May 2018 11:35:45 +0100 Message-ID: <6ed11b93-e1ff-6ea1-bb4b-dd88d33214cc@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon To: Andrew Rybchenko , "dev@dpdk.org" Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id EA3177EE4 for ; Tue, 15 May 2018 12:35:47 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 15-May-18 11:24 AM, Andrew Rybchenko wrote: > Hi, > > starting from last night I cannot run the second DPDK app on the host. > I definitely have problems on Ubuntu 16.04.4 (Linux 4.4.0-124-generic) and > RHEL 7.5 (Linux 3.10.0-862.el7.x86_64). > EAL command line option --file-prefix is used. So, it worked perfectly > before. > Not it fails in the following way: > > EAL: Detected 10 lcore(s) > EAL: Detected 1 NUMA nodes > EAL: Multi-process socket /var/run/dpdk/rte/mp_socket > EAL: Probing VFIO support... > EAL: VFIO support initialized > EAL: Cannot allocate memzone list > EAL: Cannot init memzone > > Memzone list allocation fails on flock() with errno "Resource > temporarily unavailable". > > Is it know? Any fixes available? > > Andrew. > Hi Andrew, I'm looking into it. -- Thanks, Anatoly