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 95D1BA04DC; Mon, 19 Oct 2020 10:32:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 759E0A9B7; Mon, 19 Oct 2020 10:32:23 +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 25331A9AF for ; Mon, 19 Oct 2020 10:32:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603096339; 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=d+utRPQ5Xg2l8gWhMEp10ccUP9ti1H4dcV0EijpvSOk=; b=Es0JCCKQ9ZUcmFzF70IuX1Dfa6ee0/Q8fcOhkjnOL0YF0hi7dPV31qgM6X+847JZM3dCUc 7KKMjUUKFUpe4do9pXPhcoL+P9mnbu1rZDn1xUkH+dSolsWsVQ346pNlw2A2R1rSG/sdcQ CBtarbqn4NtaHxGmFKOHv6eLhcrJDRo= Received: from mail-ua1-f69.google.com (mail-ua1-f69.google.com [209.85.222.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-21-FKVnJBXCMLSuIa_gTLT5Nw-1; Mon, 19 Oct 2020 04:32:17 -0400 X-MC-Unique: FKVnJBXCMLSuIa_gTLT5Nw-1 Received: by mail-ua1-f69.google.com with SMTP id w22so1256025uam.9 for ; Mon, 19 Oct 2020 01:32:17 -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=d+utRPQ5Xg2l8gWhMEp10ccUP9ti1H4dcV0EijpvSOk=; b=pVqTAEv3VBIl8FnakQvYHkW1plBntQippzPllwghdX8X/SldrWTLOSdWCU8VLeFuFs 46FYV0/xObZt+XVVwdAI85wrs/SvrPXzDJRCIeFMGwZOk6mFSfLc/y/jQ8Q3bQJi/tyC 4+WzlJzWwHZXyleqZ4ggPt2fxk6iDYTWXU19MkM1cYpbAF0Qn3Jyia7QZY5xTnDfxGQE QbzWSCoaZkgdBP6nFDJGmAJtAVyAqwULOFkCp/sNA2tJLrxWi424vg6P3AF9mI05MOZ6 iOq/qQyZvrOw0QKjOucf83gSsZmwrxrEpMpVVlWAmD4wub3Ry/wwCP2L1rc7jIaVlA3o wwaw== X-Gm-Message-State: AOAM533RIpJJNegsZtHiFabThWOqpDU7PIAHOF3BrNRwOXsIxI+EVIFy nEFF0Ocj7JxutR8trUPjz1cXiF8WeajraxzuCUeI18Jfm+2kwLhx9SKCNmJ0sCtnJNxqevrWuaw qulNDDeq0sC5JFdlV8jA= X-Received: by 2002:a05:6102:3121:: with SMTP id f1mr7651390vsh.10.1603096337166; Mon, 19 Oct 2020 01:32:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwtP7qubrUKbsO4eSZh0zxMdcxo4oI0qXCUIEPOPRCc4UK/kLnFvOdgvnXNpW9mexeuMfPTUjAjlmlqJTAKI28= X-Received: by 2002:a05:6102:3121:: with SMTP id f1mr7651384vsh.10.1603096336898; Mon, 19 Oct 2020 01:32:16 -0700 (PDT) MIME-Version: 1.0 References: <20201010160508.19709-1-l.wojciechow@partner.samsung.com> <20201017030701.16134-1-l.wojciechow@partner.samsung.com> In-Reply-To: <20201017030701.16134-1-l.wojciechow@partner.samsung.com> From: David Marchand Date: Mon, 19 Oct 2020 10:32:05 +0200 Message-ID: To: Lukasz Wojciechowski Cc: dev , David Hunt , Honnappa Nagarahalli 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] [PATCH v8 00/17] fix distributor synchronization issues 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 Sat, Oct 17, 2020 at 5:07 AM Lukasz Wojciechowski wrote: > > During review and verification of the patch created by Sarosh Arif: > "test_distributor: prevent memory leakages from the pool" I found out > that running distributor unit tests multiple times in a row causes fails. > So I investigated all the issues I found. > > There are few synchronization issues that might cause deadlocks > or corrupted data. They are fixed with this set of patches for both tests > and librte_distributor library. > Series applied, thanks Lukasz! -- David Marchand