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 4EE16A04C4 for ; Thu, 14 Nov 2019 13:56:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0B0532BA8; Thu, 14 Nov 2019 13:56:00 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id B35FA2BA8 for ; Thu, 14 Nov 2019 13:55:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1573736158; 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=6CWSCE5P/P1RGXxYXJPjsXo1JnfSva6lZysW/f+wXzc=; b=aQokUzOMHjYht5gzyqS1qlX9mSW8zxJjfp6aZB6E9XVEVJ4aGJFFZj+Wk7NCRY5zQFJQpy KUuPLeRJZs9+SoqemSRNSgcrrW4sSE9w7uPTHN5yvveOj2lmxOPMSUAL4RykuvyNQMsIOT bdZgW3OEBGSGfPP3C6ZZu1l7Tl7WIls= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-40-WnUZ80LQNhWzAhdtb4R7vQ-1; Thu, 14 Nov 2019 07:55:54 -0500 Received: by mail-vk1-f199.google.com with SMTP id m132so2579466vka.20 for ; Thu, 14 Nov 2019 04:55:54 -0800 (PST) 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=XUma/507NG+tATxO2xqfQRtyOT51bMgkwwX3VR3BRm4=; b=nbfyHZccYeNJ5mdCGLp/4bpT7MY3x3KE2Yfq+JehMPqggOFWbm6AKIZMF9YqyHuKSa xGK3iOLxfGi9LMC1zqpnKt2rrOLiDXUiWnv0N5EkgZ1IcaVRo+ot4oOteNoV+ON3+cg/ wsMB44fhNxzaGTGnhxhb7X6rhhyqn4CV76hBAfIvscvbT+bZYKg7W/r2Oyc7uzgIKAK3 CztcN7zKnzMsGd/bcNTQjvTnGMBWO7YVxAgJhoq2qIJOHemOMePcRNyKrBv8TOXvZB92 9FrLGygqMc1e3w2pI/pavITgx4nPXuo3x+GSVaUc8WWDhIMuxFGRtIEfwPo8DhxoYvE3 8R9g== X-Gm-Message-State: APjAAAVsE9izcFRWFvT8EHW4wZfFfkRBh0UozLNgJ1g+v0G4NLoDCYP4 TwSmCizsIvQR8viC91Z7u5I4Jy5ef3ZfxL2s+PBHjcdFWXSwqfLT91hogxQP9L1Dvr9MhvKfTS2 SU98bQqkpQA5imqTgn7gf29s= X-Received: by 2002:ab0:48ab:: with SMTP id x40mr5294913uac.126.1573736154480; Thu, 14 Nov 2019 04:55:54 -0800 (PST) X-Google-Smtp-Source: APXvYqynVNu1NX4OTg3sXEWvK2y7iUgGIbgS7oxDnXSGl1h6onavNV5Uar9p8MMcqjKVRewHiwXqx+GDTeMAXOn5Pzs= X-Received: by 2002:ab0:48ab:: with SMTP id x40mr5294885uac.126.1573736154050; Thu, 14 Nov 2019 04:55:54 -0800 (PST) MIME-Version: 1.0 References: <20190724082031.45546-1-yasufum.o@gmail.com> <20191113214346.33749-1-yasufum.o@gmail.com> <20191113214346.33749-2-yasufum.o@gmail.com> In-Reply-To: <20191113214346.33749-2-yasufum.o@gmail.com> From: David Marchand Date: Thu, 14 Nov 2019 13:55:42 +0100 Message-ID: To: Yasufumi Ogawa Cc: "Burakov, Anatoly" , "Ananyev, Konstantin" , dev , dpdk stable , Yasufumi Ogawa X-MC-Unique: WnUZ80LQNhWzAhdtb4R7vQ-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-stable] [PATCH v7 1/1] fbarray: fix duplicated fbarray file in secondary X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Wed, Nov 13, 2019 at 10:44 PM wrote: > From: Yasufumi Ogawa > > In secondary_msl_create_walk(), it creates a file for fbarrays with its > PID for reserving unique name among secondary processes. However, it > does not work if several secondaries run as app containers because each > of containerized secondary has PID 1, and failed to reserve unique name > other than first one. To reserve unique name in each of containers, use > hostname in addition to PID. > > Cc: stable@dpdk.org > > Signed-off-by: Yasufumi Ogawa Your SoB line is not aligned with the Author. --=20 David Marchand