From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id E25352BE3 for ; Thu, 14 Apr 2016 16:49:39 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 14 Apr 2016 07:48:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,485,1455004800"; d="scan'208";a="958690457" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.220.53]) ([10.237.220.53]) by fmsmga002.fm.intel.com with ESMTP; 14 Apr 2016 07:48:41 -0700 From: Sergio Gonzalez Monroy To: Mauricio Vasquez B Cc: dev@dpdk.org References: <1460641719-15231-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> Message-ID: <570FADC8.8020705@intel.com> Date: Thu, 14 Apr 2016 15:48:40 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1460641719-15231-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] mem: fix freeing of memzone used by ivshmem X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2016 14:49:40 -0000 On 14/04/2016 14:48, Mauricio Vasquez B wrote: > although previous implementation returned an error when trying to release a > memzone assigned to an ivshmem device, it stills freed it. > > Fixes: cd10c42eb5bc ("mem: fix ivshmem freeing") > > Signed-off-by: Mauricio Vasquez B > --- > lib/librte_eal/common/eal_common_memzone.c | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > > Thanks for the fix (not sure what I was thinking at the time). Acked-by: Sergio Gonzalez Monroy