From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id AB55A1B292
 for <dev@dpdk.org>; Thu, 18 Jan 2018 00:21:27 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 5022D20C6D;
 Wed, 17 Jan 2018 18:21:27 -0500 (EST)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Wed, 17 Jan 2018 18:21:27 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=W1ej2WWSif3/P2APVzSgVBym2z
 WMLfLLNFBUlS4Oct0=; b=AvhJz3wbKVet7gMMFYtEEE1yQf2TvVmyJYONBaGrp6
 3LqOr0rRTsJSN1PH4t/67NL7pRzKpXcSgJmqSxE21obJRUxlralxbRb5Pe07YHii
 Pk3sCxojCQGN7dBzTJ11gDNsCWq8TZo0ko+JiXWF+nV3bwCyv5MTLzT4d0npz+fl
 o=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=W1ej2W
 WSif3/P2APVzSgVBym2zWMLfLLNFBUlS4Oct0=; b=oj3j80Dtqw13QsMDK9kePn
 /ejGEN7lGSL6ynByKG/TTy9W8wEOqjADoUryaIXl1peQmFBYqgy3AgsLqvOtbOrL
 3Sw5q1TXdO3sOYS1Ofx8IY5Hj4MN9O6EMm+RuLS+gMjQY2P1LrA+f71fyhpmTOmn
 ixDK7Vbtgniijh8Cg52Zgj86fBrT5s0vuqDV7WKQiq5fL3TTPctgodPBOtsodBht
 favWCVEPaxnH/BVFY9SxLcoKSYXLRnhHYAMq4VbG/YW2uTCYGFliUaEmlyig0wyK
 /d7Xcsm5XlApClzzH2eOiaOAh/Ubqj/lGNG155h6POHTc45H+7k1fjS+cPurBceQ
 ==
X-ME-Sender: <xms:d9pfWnjL944jcmht69KcZvOfVIeM9aDCPTgO-uoX7nmQH8g97zB1Tg>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 015297E659;
 Wed, 17 Jan 2018 18:21:27 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Anatoly Burakov <anatoly.burakov@intel.com>
Cc: dev@dpdk.org
Date: Thu, 18 Jan 2018 00:20:54 +0100
Message-ID: <1585949.zdhDVVrG9q@xps>
In-Reply-To: <fd78c0b536cc0424ad3aacb0d888cef6efe8ebf0.1513867028.git.anatoly.burakov@intel.com>
References: <fd78c0b536cc0424ad3aacb0d888cef6efe8ebf0.1513867028.git.anatoly.burakov@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] test: add malloc stats dump command
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://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: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 17 Jan 2018 23:21:27 -0000

22/12/2017 10:51, Anatoly Burakov:
> This can be useful for checking if an autotest leaks memory after
> its execution.
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>

Applied, thanks