From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=J7hZ0mdrvOBcmwvghJw9tgQqYjJW//wx39P5OH4cJ+Q=; b=WLvrNokkNZPw0Pe614CkQA5OPsJbnVyPBHlCqpzNI1fiW0YxHtezAplFb20Bmk4qoF HP10INK+Jsw7CLEl0kpyIr/i4Vq6ceYDGJRAvs22UtUrPRREs5+9JV5YjmFU5JgXpzRq nfhj2dykncQ2TEGuwuvHYr2LmxnK21P3722CVF9QAKDdgMclfWXhZoEVeZF08eicHJ4h K++nm50dOfUjJUoga14MlL+xSZ3WV0wPW5skfDeT/rngV2nZOFoxZR8g3AbGIqCAKtBI cFS4WSJhiRAYgXViaoZIbOhhyHJmlLYqH8Mw//3To7Gjs2WINXbR6UYr/D0BTn4vb5f7 RwYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=J7hZ0mdrvOBcmwvghJw9tgQqYjJW//wx39P5OH4cJ+Q=; b=F7lCsI7eoMy1WJiTZkxnCqEYqqRBA/ugTFP1BA0qeyCN5hPMehWXw6MsNevTSoF8NS 37U3G3Z5SxqaCwHfroZP/lUZnkZbpHLlXFkMFL2x7zzkwCjT6QnpYBpehWRS+6SrK5b+ w3SMaNwlNfXECf5+LytAvJkmC9AexT2/pL2Q4ced/ztyA5PxFx4lNlCESNGcM/iY9SUL 8Yr2qmd2jf8HGUTIio8KVZhLOP7YuzUpuXgg4HLrNYGarK8vyPVP3XWNL3qDkaGodMJ1 9bRVswFI+tMNEq0Y4yO7/TETWcaLJI4iYZAKQspWhgRbyb43SxbQzrHpOB6+CjARV6Lr YPrw== X-Gm-Message-State: AOPr4FWncKg99qYVIO7kNtAsPmcuPNNMQ7MDS+Jw2E7SPyGW74O4k7s356KxL9jcOSUNpJu3 X-Received: by 10.194.185.179 with SMTP id fd19mr22349908wjc.107.1461940473572; Fri, 29 Apr 2016 07:34:33 -0700 (PDT) Received: from xps13.localnet (51.111.75.86.rev.sfr.net. [86.75.111.51]) by smtp.gmail.com with ESMTPSA id m20sm3569756wma.23.2016.04.29.07.34.32 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 29 Apr 2016 07:34:32 -0700 (PDT) From: Thomas Monjalon To: Mauricio Vasquez B Cc: dev@dpdk.org, Sergio Gonzalez Monroy Date: Fri, 29 Apr 2016 16:34:31 +0200 Message-ID: <2080953.fGbEETTIXV@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <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> <5718B7C1.8020608@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Fri, 29 Apr 2016 14:34:33 -0000 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