From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] mem: fix freeing of memzone used by ivshmem Date: Fri, 29 Apr 2016 16:34:31 +0200 Message-ID: <2080953.fGbEETTIXV@xps13> References: <1460641719-15231-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> <1460708989-1406-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> <5718B7C1.8020608@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Sergio Gonzalez Monroy To: Mauricio Vasquez B Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id BBC45530A for ; Fri, 29 Apr 2016 16:34:33 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id g17so39601169wme.1 for ; Fri, 29 Apr 2016 07:34:33 -0700 (PDT) In-Reply-To: <5718B7C1.8020608@intel.com> 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" 2016-04-21 12:21, Sergio Gonzalez Monroy: > On 15/04/2016 09:29, 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 > > --- > > v2: > > solved compilation problem when ivshmem is disabled > > lib/librte_eal/common/eal_common_memzone.c | 10 +++++++--- > > 1 file changed, 7 insertions(+), 3 deletions(-) > > This time I have waited to see the test-report (which I should have done > for the v1). > > Acked-by: Sergio Gonzalez Monroy Applied, thanks