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 3B545A04C3; Mon, 28 Sep 2020 12:14:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8FC381D6F2; Mon, 28 Sep 2020 12:14:34 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 331241D6E7 for ; Mon, 28 Sep 2020 12:14:32 +0200 (CEST) Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601288070; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=QNRfW0ACp4r91ZZs+gX6a+c67aFG8BPOQJ3d/I8R+rs=; b=LUqnuRY8eRoW0vq3oBOuP0cSfHUT4+0VC9xJi0pQiKWBbPMVXTlQEws7WubbCeYmJuaC+S z72pEfxbzGCZAS7nlhZCsOIy53DBSkGhZ4BEqQi1bWaqrmh39KwvtTY3d9DXZVrTmEHk38 5elrFKWU5oeDo4gOhQBKfkJWRTBHr4Q= Received: from mail-ua1-f71.google.com (mail-ua1-f71.google.com [209.85.222.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-377-Nyyy_gfyMuOa3NElAz4p2Q-1; Mon, 28 Sep 2020 06:14:27 -0400 X-MC-Unique: Nyyy_gfyMuOa3NElAz4p2Q-1 Received: by mail-ua1-f71.google.com with SMTP id 36so76553uaw.18 for ; Mon, 28 Sep 2020 03:14:26 -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=QNRfW0ACp4r91ZZs+gX6a+c67aFG8BPOQJ3d/I8R+rs=; b=ki3kNwnnhmP4FeZs3E5zhAe8GoaVRjwWpFGS7KGcliaJUxwHtDwLrVjRyEyv7V+k0R tXL/FNPSfmqBVtGQTJoXk2yQ4oCpMHX2tIlj/FzYm6jby32nF/18ZrXbP0wMkkFdeeeq pN/7hiBPjN37cjRSF8ErIknHG5tJ2K3a6OLvTOiTRn1gWbUZUL8Kej3unlAUe1SF7iZS tmqSlv6pDpeW7/zYjdC/fRTNjiuYXgsGCt5WQJYQ909XGiPl38VdPZwMemO/njqRXqhR XlFaS1sili8EaK0swT/AXpE+HmTmu3+aUngYckJuJd2EtEA0WXw9ZdHZWuEm+IS32CBu D8EQ== X-Gm-Message-State: AOAM533LFfwmFI+UPiMTuG1cGjjZG0X2MkwZIhLNfiaeLXx2D2//Dnrh dfw5rdV2ewaIv4UkkTVdnnyDYZoOf5N7sY6rRqvKbeS9SLvr5GaKPZ3r+SExoviJO7+cnbCGh/J wk8ulbIWGhom+5sc8IDA= X-Received: by 2002:ab0:7313:: with SMTP id v19mr176903uao.87.1601288066580; Mon, 28 Sep 2020 03:14:26 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx3yeKr+hLOLGrqhFeOWKMCP5Ijv/Or4ADsHLIUhTPFUht2yKwBIl5aqt2T5tWmSR6C0YlTeH8r+g2x2VFWhBs= X-Received: by 2002:ab0:7313:: with SMTP id v19mr176893uao.87.1601288066335; Mon, 28 Sep 2020 03:14:26 -0700 (PDT) MIME-Version: 1.0 References: <20200415064238.24012-1-sarosh.arif@emumba.com> <20200908102204.727240-1-sarosh.arif@emumba.com> In-Reply-To: From: David Marchand Date: Mon, 28 Sep 2020 12:14:15 +0200 Message-ID: To: Sarosh Arif Cc: David Hunt , Lukasz Wojciechowski , dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [v3 PATCH] test_distributor: prevent memory leakages from the pool 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 Mon, Sep 28, 2020 at 11:55 AM Sarosh Arif wrote: > On Fri, Sep 25, 2020 at 7:22 PM David Marchand wrote: >> It deserves a Fixes: line. > > Fixes: c3eabff124e6 ("distributor: add unit tests") > > Should I submit another version of this patch to add fixes? I was waiting for a review from David H. and this Fixes line lgtm. I will update when applying (with the other ut tests fixes from Lukasz), no need for a new revision. Thanks. -- David Marchand