From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 30FE7A046B for ; Wed, 26 Jun 2019 11:49:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0BD511E2F; Wed, 26 Jun 2019 11:49:14 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id EA02E1E25 for ; Wed, 26 Jun 2019 11:49:11 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2019 02:49:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,419,1557212400"; d="scan'208";a="337154509" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.101]) ([10.237.220.101]) by orsmga005.jf.intel.com with ESMTP; 26 Jun 2019 02:49:08 -0700 To: David Marchand , dev@dpdk.org Cc: thomas@monjalon.net, aconole@redhat.com, msantana@redhat.com References: <1559638792-8608-1-git-send-email-david.marchand@redhat.com> <1559638792-8608-13-git-send-email-david.marchand@redhat.com> From: "Burakov, Anatoly" Message-ID: Date: Wed, 26 Jun 2019 10:49:08 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <1559638792-8608-13-git-send-email-david.marchand@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 12/14] test/eal: make the test pass again 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 04-Jun-19 9:59 AM, David Marchand wrote: > From: Michael Santana > > The eal_flags_autotest test currently fails due to a memory leak in the > timer library[1][2]. This failure occurs when the test calls one of its > subtests test_file_prefix(). > > Fixing the memory leak is not trivial, so this patch is a workaround that > makes the eal_flags_autotest test pass. This is accomplished by moving the > test_file_prefix test to its own test unit. This is a temporary measure > until the leak is fixed. > > [1] http://patchwork.dpdk.org/patch/53268/ > [2] http://patchwork.dpdk.org/patch/53334/ > > Signed-off-by: Michael Santana > --- There is now a patchset that fixes the leak [1], so this may not be necessary. [1] https://mails.dpdk.org/archives/dev/2019-June/135774.html -- Thanks, Anatoly