From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Sune Subject: Re: How to check memory leak with dpdk application Date: Mon, 13 Apr 2015 22:25:02 +0200 Message-ID: <552C261E.7040608@bisdn.de> References: <5527656A.1080606@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <5527656A.1080606-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On 10/04/15 07:53, Linhaifeng wrote: > Hi, all > > I'am trying to use valgrind to check memory leak with my dpdk application but dpdk always failed to mmap hugepages. > > Without valgrind it works well.How to run dpdk applications with valgrind?Is there any other way to check memory leak > with dpdk applications? > Yes it can be used, just that 3.10 has issues with hugepages. Check this out: http://article.gmane.org/gmane.comp.networking.dpdk.devel/8058/match=valgrind+hugepages Marc