From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 21 Apr 2016 04:21:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,512,1455004800"; d="scan'208";a="963447689" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.221.26]) ([10.237.221.26]) by fmsmga002.fm.intel.com with ESMTP; 21 Apr 2016 04:21:38 -0700 To: Mauricio Vasquez B References: <1460641719-15231-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> <1460708989-1406-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> Cc: dev@dpdk.org From: Sergio Gonzalez Monroy Message-ID: <5718B7C1.8020608@intel.com> Date: Thu, 21 Apr 2016 12:21:37 +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: <1460708989-1406-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] 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, 21 Apr 2016 11:21:40 -0000 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