From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergio Gonzalez Monroy Subject: Re: [PATCH v2] mem: fix freeing of memzone used by ivshmem Date: Thu, 21 Apr 2016 12:21:37 +0100 Message-ID: <5718B7C1.8020608@intel.com> References: <1460641719-15231-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> <1460708989-1406-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Mauricio Vasquez B Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3E18811A2 for ; Thu, 21 Apr 2016 13:21:40 +0200 (CEST) In-Reply-To: <1460708989-1406-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 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