From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergio Gonzalez Monroy Subject: Re: [PATCH] mem: fix freeing of memzone used by ivshmem Date: Thu, 14 Apr 2016 15:48:40 +0100 Message-ID: <570FADC8.8020705@intel.com> References: <1460641719-15231-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Mauricio Vasquez B 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) In-Reply-To: <1460641719-15231-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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