From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 72B925A58 for ; Thu, 2 Jun 2016 16:49:36 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 02 Jun 2016 07:49:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,406,1459839600"; d="scan'208";a="979524880" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga001.fm.intel.com with ESMTP; 02 Jun 2016 07:49:34 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.183]) by IRSMSX109.ger.corp.intel.com ([169.254.13.193]) with mapi id 14.03.0248.002; Thu, 2 Jun 2016 15:49:33 +0100 From: "De Lara Guarch, Pablo" To: Olivier Matz , "dev@dpdk.org" Thread-Topic: [PATCH] app/testpmd: log mbuf pool creation Thread-Index: AQHRumuAg5GGoTVWckK2RjCgB4OR3Z/WRt5g Date: Thu, 2 Jun 2016 14:49:32 +0000 Message-ID: References: <1464609857-30162-1-git-send-email-olivier.matz@6wind.com> In-Reply-To: <1464609857-30162-1-git-send-email-olivier.matz@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWZjNzAxZDQtMjUzZS00ZGNmLWFiMDEtMmMzNmMxNWM1YWY3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlVGejFxU0Y4NHFFWlJ4MHl1ZWxDdGFuUWE1K1ZPZnViZHlab3VqSnFpSkk9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/testpmd: log mbuf pool creation 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: Thu, 02 Jun 2016 14:49:37 -0000 > -----Original Message----- > From: Olivier Matz [mailto:olivier.matz@6wind.com] > Sent: Monday, May 30, 2016 1:04 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH] app/testpmd: log mbuf pool creation >=20 > Enhance the logs related to mbuf pool creation. Display an info level > log when creating the mbuf, and display the error as a string on failure. >=20 > After the patch, we have: >=20 > [...] > EAL: probe driver: 8086:10fb rte_ixgbe_pmd > USER1: create a new mbuf pool : n=3D331456, \ > size=3D2176, socket=3D0 > EAL: Error - exiting with code: 1 > Cause: Creation of mbuf pool for socket 0 failed: Cannot allocate \ > memory >=20 > Signed-off-by: Olivier Matz Acked-by: Pablo de Lara