[dpdk-dev] How to check memory leak with dpdk application

2015-04-14 Thread Linhaifeng
On 2015/4/14 4:25, Marc Sune wrote: > > > 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

[dpdk-dev] How to check memory leak with dpdk application

2015-04-13 Thread Marc Sune
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 >

[dpdk-dev] How to check memory leak with dpdk application

2015-04-10 Thread Linhaifeng
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?