From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 19CA3C48BD3 for ; Wed, 26 Jun 2019 10:04:04 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id D77C0205F4 for ; Wed, 26 Jun 2019 10:04:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D77C0205F4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 62E962B82; Wed, 26 Jun 2019 12:04:02 +0200 (CEST) Received: from mail-vs1-f66.google.com (mail-vs1-f66.google.com [209.85.217.66]) by dpdk.org (Postfix) with ESMTP id 6B9A61D7 for ; Wed, 26 Jun 2019 12:04:00 +0200 (CEST) Received: by mail-vs1-f66.google.com with SMTP id v129so1167709vsb.11 for ; Wed, 26 Jun 2019 03:04:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=e2ITxh/AS74MXPtpbRo6AQNpMQcd7YBxRXWuwVVy27Y=; b=Mqz7N23UoZtK5NoJQ/Elhm8Gn9NFxc5JI/6Ev+OZZjWbiHelE53VvQEoYcPxOSbohx nZD42u39S1ytFEyLRkgBZtCgTZUgNzocrhPoKWsG/Z0yAW996PpmRAR+xwoV2AShbAhz SeNECHcdXfqm5hmGkoeZaMMe5wiyTBnQ0L9xd5ThnYdtOYbfmrDD3JOX+i7PPEt5JfOj b2u2QuDUP5GUTnw6ekg8iyYQ8OTeoN4rBg9Il2KuxK5GjdMuQSB63KJOeB3Ji5nat6ek J/ToZjOlxAVFjfQ5ZVhUmGWG4r8sJd9mvHUt7dVAV+VfS2Esgz7CinNhetAbp21XDV15 yK9A== X-Gm-Message-State: APjAAAVuNDObOTfNecVcIptBBHVSCcYDTklQMtJQrmu9KvJG1zkzfPs9 lfBgboO+WnxjKb5XsgkZaNZoPnTc2iWGtni6PYBtOg== X-Google-Smtp-Source: APXvYqzXhHQmmA9nyrUc4RwP5LHzELNBzb+gk4iVbP4GPBrithJOrXlTpSv7RB6f07GOPe9Qkba7egXVcPgi/wsrNjU= X-Received: by 2002:a67:f998:: with SMTP id b24mr2481920vsq.180.1561543439752; Wed, 26 Jun 2019 03:03:59 -0700 (PDT) MIME-Version: 1.0 References: <1559638792-8608-1-git-send-email-david.marchand@redhat.com> <1559638792-8608-13-git-send-email-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Wed, 26 Jun 2019 12:03:48 +0200 Message-ID: To: "Burakov, Anatoly" Cc: dev , Thomas Monjalon , Aaron Conole , Michael Santana Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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 Wed, Jun 26, 2019 at 11:49 AM Burakov, Anatoly wrote: > 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 As discussed on irc, there is a v2 for this series and this patch has been reworked to be more generic and also fix the CI timeout issues. I will propagate those previous acks you gave on the v3 if I ever send one. Thanks. -- David Marchand