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 78B2D7E0B for ; Wed, 29 Oct 2014 22:40:54 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 29 Oct 2014 14:49:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,280,1413270000"; d="scan'208";a="613694886" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga001.fm.intel.com with ESMTP; 29 Oct 2014 14:49:05 -0700 Received: from irsmsx105.ger.corp.intel.com (163.33.3.28) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 29 Oct 2014 21:49:05 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.82]) by IRSMSX105.ger.corp.intel.com ([169.254.7.56]) with mapi id 14.03.0195.001; Wed, 29 Oct 2014 21:49:04 +0000 From: "De Lara Guarch, Pablo" To: Eduard Gibert Renart , "dev@dpdk.org" Thread-Topic: [dpdk-dev] Creation of mbuf pool for socket 0 failed Thread-Index: AQHP87+hfVRs1e87LkWZFryUU4u2G5xHnIfg Date: Wed, 29 Oct 2014 21:49:04 +0000 Message-ID: References: <871E7C66-CB91-4B95-B3EC-761AE7F0E1A5@gmail.com> In-Reply-To: <871E7C66-CB91-4B95-B3EC-761AE7F0E1A5@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] Creation of mbuf pool for socket 0 failed 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, 29 Oct 2014 21:40:54 -0000 Hi Eduard, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Eduard Gibert > Renart > Sent: Wednesday, October 29, 2014 9:30 PM > To: dev@dpdk.org > Subject: [dpdk-dev] Creation of mbuf pool for socket 0 failed >=20 > Hi, >=20 > I was trying to run testpmd application in interactive mode > ($RTE_TARGET/app/testpmd) from the ./tools/setup.sh script with a 0x3 > mask and I get the following error: >=20 > Interactive-mode selected > EAL: Error - exiting with code: 1 > Cause: Creation of mbuf pool for socket 0 failed >=20 > I get a similar error when I try to run l3fwd. >=20 > Any idea why this is happening ? Could you show how many hugepages do you have? i.e. can you show the full o= utput of the app? Pablo >=20 > Thanks, > Eduard Gibert Renart