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 90574A00BE; Wed, 30 Oct 2019 10:06:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 358F91BF52; Wed, 30 Oct 2019 10:06:20 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 6964E1BF4C for ; Wed, 30 Oct 2019 10:06:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572426377; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=RgvpTsjkVWAFtywAxnpVVhM4BHvUVPy1Nc/AFn5dFeM=; b=ShwX58pKYvFkhSoqKfCZXUW5mF/x9Ly8iUZeQWsfkXvGMPE6I9AfLG5j1LeYO8Xh7B4LkV aLVSCJT4P+TkicEADhPxM8zTp3+WO2YrsuTS9FMvPK4CMCRNcoFmwNWF+kZsL4KpPLT+uB 0Io2P/PL9AmaPGeTWyOCKY1dAmXeuIs= Received: from mail-il1-f197.google.com (mail-il1-f197.google.com [209.85.166.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-165-bww-OjUGNO22EpzijQh-rg-1; Wed, 30 Oct 2019 05:06:16 -0400 Received: by mail-il1-f197.google.com with SMTP id p18so1435713ilm.18 for ; Wed, 30 Oct 2019 02:06:16 -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=CEpq4UXBjrfkwTuxqdI0gqL5CYYCncuZ9Ts75Q/o4Uc=; b=daG8CAhwlN7SPvEFTSzaZg+IQyQSaerEuvY9xsDlws0H7fc5CidJAJypUNwfv0ss76 2MSZB/2Qxvj9ROFujVSfUx7/Hx+H6CpTkzLSaExFcJE/zCKs1p7Jb32nCeS73VAm9N0t l1gVuxD1LiY3zoSFpNgNGYVz0BNyNte/DhREb3CqkjBVheCuAbHjUyOjqQAiTqKwifEu L0W/YZpI/MCAVUhhPnUAAAhJcz/wMkH8bXk+Uw8x29XFTaizDm0qy4543LITbheBTg53 QGwld2uQ4s8L7Dl+fwlN5niBJBdEI5F74K6pQsZnSA5+ShWJN9FQ18Vi3oafK+PB7TIU Y9GA== X-Gm-Message-State: APjAAAVQFPwbsfbsAi3yNO40Q3WCktCHEuLz65/SWxsKb/YbhGBBpK1B l5oMqeQz/FVQDD8pqBuu3cWTsog/w4t3/ScTSO6tvNFOceC2GM+a6lobdgoD7iX/sR9vWE1LQFm 8r/J2TTmHyRzRdUJgwXk= X-Received: by 2002:a92:9a17:: with SMTP id t23mr32714884ili.40.1572426375815; Wed, 30 Oct 2019 02:06:15 -0700 (PDT) X-Google-Smtp-Source: APXvYqwGFN8HS5otD2/T5h9S/jtyG4h6DKy1QykWM1QIJalgoOsIIq61fuTHmWIDTrqVFP4WS0mW3b1TNe+vl/JskIo= X-Received: by 2002:a92:9a17:: with SMTP id t23mr32714863ili.40.1572426375566; Wed, 30 Oct 2019 02:06:15 -0700 (PDT) MIME-Version: 1.0 References: <20190902075251.2917-1-kkanas@marvell.com> <20190902094939.20482-1-kkanas@marvell.com> In-Reply-To: <20190902094939.20482-1-kkanas@marvell.com> From: David Marchand Date: Wed, 30 Oct 2019 10:06:04 +0100 Message-ID: To: Krzysztof Kanas Cc: dev X-MC-Unique: bww-OjUGNO22EpzijQh-rg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v2] test: fix process dup fd close 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 2, 2019 at 11:50 AM wrote: > > From: Krzysztof Kanas > > process_dup was intending to close it's own fd's but failed to do so A bit hard to digest, what is the problem that you want to fix? Thanks. --=20 David Marchand