From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D82FBA058A; Fri, 17 Apr 2020 14:12:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 569D31E4CA; Fri, 17 Apr 2020 14:12:41 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 06FC61E4C7 for ; Fri, 17 Apr 2020 14:12:39 +0200 (CEST) IronPort-SDR: iOd1AMs/gB7BvzUYazQeQtnd0pr9jKBcsCE6j4LDBAI7l5sfEibTfkwgmq73qHmDpByHemKdX6 5wQxeA/NFvOg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Apr 2020 05:12:38 -0700 IronPort-SDR: gD/UD+UMUFJuEPy6NIPoun/JXb6+i7KYfewwTa5hQfndX2Q3fU/TfKx5JgYP9+dccXdKx+ZKOR IDsQhBq/rGNA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,394,1580803200"; d="scan'208";a="278363843" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.252.62.102]) ([10.252.62.102]) by fmsmga004.fm.intel.com with ESMTP; 17 Apr 2020 05:12:36 -0700 To: David Marchand Cc: dev , David Christensen References: <156a0627fb472087aad43d9279ab0f684a2367ce.1585746650.git.anatoly.burakov@intel.com> <793d4b3c1828fc5a6f4f0f2bfc5f93b7fd95556f.1585818128.git.anatoly.burakov@intel.com> From: "Burakov, Anatoly" Message-ID: Date: Fri, 17 Apr 2020 13:12:36 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 1/2] test/malloc: run realloc tests on external heap 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10-Apr-20 12:19 PM, David Marchand wrote: > Hello Anatoly, > > On Thu, Apr 2, 2020 at 11:07 AM Anatoly Burakov > wrote: >> >> Due to the fact that the rte_realloc() test depends on the layout of >> underlying memory, it can sometimes fail due to fragmentation of the >> memory. To address this, make it so that the realloc autotests are run >> using a newly created external memory heap instead of main memory. >> >> Bugzilla ID: 424 > > Is it worth backporting? > Thanks. > > I don't think so. It's a very low priority issue and not really a bug. -- Thanks, Anatoly