From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 497685F36; Fri, 7 Dec 2018 09:57:41 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Dec 2018 00:57:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,324,1539673200"; d="scan'208";a="116766111" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.252.12.22]) ([10.252.12.22]) by FMSMGA003.fm.intel.com with ESMTP; 07 Dec 2018 00:57:39 -0800 To: Gao Feng , dev@dpdk.org Cc: stable@dpdk.org, Gao Feng References: <1544057251-17351-1-git-send-email-gfree.wind@vip.163.com> <1544145608-828-1-git-send-email-gfree.wind@vip.163.com> From: "Burakov, Anatoly" Message-ID: Date: Fri, 7 Dec 2018 08:57:37 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.2 MIME-Version: 1.0 In-Reply-To: <1544145608-828-1-git-send-email-gfree.wind@vip.163.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] eal: fix unlock in rte_eal_memzone_init 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: , X-List-Received-Date: Fri, 07 Dec 2018 08:57:43 -0000 On 07-Dec-18 1:20 AM, Gao Feng wrote: > The RTE_PROC_PRIMARY error handler lost the unlock statement in the > current codes. Now unlock and return in one place to fix it. > > Fixes: 49df3db84883 ("memzone: replace memzone array with fbarray") > Cc: stable@dpdk.org > > Signed-off-by: Gao Feng > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly