From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id D74172BF3 for ; Wed, 30 Aug 2017 22:25:55 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Aug 2017 13:25:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,449,1498546800"; d="scan'208";a="1167711317" Received: from bricha3-mobl3.ger.corp.intel.com ([10.252.9.42]) by orsmga001.jf.intel.com with SMTP; 30 Aug 2017 13:25:52 -0700 Received: by (sSMTP sendmail emulation); Wed, 30 Aug 2017 21:25:51 +0100 Date: Wed, 30 Aug 2017 21:25:51 +0100 From: Bruce Richardson To: Jacek Piasecki Cc: dev@dpdk.org, deepak.k.jain@intel.com, kubax.kozak@intel.com, michalx.k.jastrzebski@intel.com Message-ID: <20170830202551.GE1656@bricha3-MOBL3.ger.corp.intel.com> References: <1498560760-104196-2-git-send-email-jacekx.piasecki@intel.com> <1499690657-81150-1-git-send-email-jacekx.piasecki@intel.com> <1499690657-81150-6-git-send-email-jacekx.piasecki@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1499690657-81150-6-git-send-email-jacekx.piasecki@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.3 (2017-05-23) Subject: Re: [dpdk-dev] [PATCH v4 5/5] test/cfgfile: add new unit test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2017 20:25:56 -0000 On Mon, Jul 10, 2017 at 02:44:17PM +0200, Jacek Piasecki wrote: > Load huge realloc_sections.ini file to check malloc/realloc > ability of cfgfile library. > > Signed-off-by: Jacek Piasecki > --- This may need some work still. The cfgfile tests fail for me when I run them: RTE>>cfgfile_autotest TestCase test_cfgfile_realloc_sections() line 165 failed: Failed to load config file Test Failed RTE>>