From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com
 [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 1A34FB373
 for <dev@dpdk.org>; Fri, 29 Aug 2014 12:39:51 +0200 (CEST)
Received: by mail-wi0-f169.google.com with SMTP id n3so611051wiv.2
 for <dev@dpdk.org>; Fri, 29 Aug 2014 03:44:04 -0700 (PDT)
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:content-type;
 bh=WK2uUjDM11ySBV8JJX0irCOkW1PkTPcBObG4RrYoMV0=;
 b=LW/qfr6cW3MQ5Ge3oZvI5thnsDIvgKDLR+McXH41ST9Gs9Ck79bYD4ASZLGk9RgyAD
 5SWb0vqbWMEPImjEazJysh28SNNgFcDMGXQhqMlMEZrgU41RBCxduX/8qe5/DltAwEfO
 FBaC9zSwYaClotEpubKSTgM62ywqKPC4CyLarXvRLvWMQribtvnW1R89BYz+yOpC5n76
 vHGd5pwOhu+6aKLPFHtJTcHuZKiwOhj0XcSCrTUiAer6D8tkc0c3I87NVIxRVm23XA7t
 gNUJQvR8VelGLSfLWVrJm/b1ibQ1kKeZ1sFeHRV8sSALE+WzSC3QV70FdCPd8JKOXlhW
 t4kg==
X-Gm-Message-State: ALoCoQk7P5imbIOtzRCyN1Wf2fmC2mOBfuU3+oeuTIW42Ju5WqEnsyFSyNgzfSZtg2S+Uxk0fR3J
X-Received: by 10.180.104.163 with SMTP id gf3mr3011167wib.24.1409309044264;
 Fri, 29 Aug 2014 03:44:04 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id w10sm24998930wix.10.2014.08.29.03.44.03
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 29 Aug 2014 03:44:03 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: zhang.zhangkun@huawei.com
Date: Fri, 29 Aug 2014 12:43:58 +0200
Message-ID: <4207448.a7DbUt3jdM@xps13>
Organization: 6WIND
User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; )
In-Reply-To: <1408420271-11568-1-git-send-email-zhang.zhangkun@huawei.com>
References: <1408420271-11568-1-git-send-email-zhang.zhangkun@huawei.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] there are some memory leak about Dir operator
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 29 Aug 2014 10:39:51 -0000

2014-08-19 11:51, zhang.zhangkun@huawei.com:
> From: zhangkun <zhangk.zhangkun@huawei.com>
> 
> 
> Signed-off-by: zhangkun <zhangk.zhangkun@huawei.com>

Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Log changed to:
  eal: fix memory leak in hugepage error cases
  The sysfs directory for hugepages parsing was not closed properly in some
  error cases.

Applied for version 1.7.1.

Thanks
-- 
Thomas