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 87604A0487 for ; Tue, 30 Jul 2019 11:19:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 44C181BFF7; Tue, 30 Jul 2019 11:19:06 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id D29451BE83; Tue, 30 Jul 2019 11:19:01 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jul 2019 02:19:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,326,1559545200"; d="scan'208";a="323149915" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.92]) ([10.237.220.92]) by orsmga004.jf.intel.com with ESMTP; 30 Jul 2019 02:18:58 -0700 To: Thomas Monjalon , yasufum.o@gmail.com, Yasufumi Ogawa Cc: stable@dpdk.org, david.marchand@redhat.com, dev@dpdk.org References: <20190711103148.9187-1-yasufum.o@gmail.com> <20190724082031.45546-2-yasufum.o@gmail.com> <680b4b57-48c3-8a5c-09b3-7d28cea40d45@intel.com> <2145389.2zrQCyyVWU@xps> From: "Burakov, Anatoly" Message-ID: <81106a5f-7280-ae63-1cb3-221a15bdd2de@intel.com> Date: Tue, 30 Jul 2019 10:18:57 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <2145389.2zrQCyyVWU@xps> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH v4 1/1] fbarray: get fbarrays from containerized 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 30-Jul-19 9:16 AM, Thomas Monjalon wrote: > 24/07/2019 11:59, Burakov, Anatoly: >> On 24-Jul-19 9:20 AM, yasufum.o@gmail.com 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 secondary is run as app container because each of >>> containerized secondary has PID 1. To reserve unique name, use hostname >>> instead of PID because hostname is assigned as a short form of 64 >>> digits full container ID in docker. >>> >>> Cc: stable@dpdk.org >>> >>> Signed-off-by: Yasufumi Ogawa >> >> Acked-by: Anatoly Burakov > > This may change the behaviour, so this fix is deferred to 19.11 > release cycle. OK? > I'm fine with that. -- Thanks, Anatoly