From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Sune Subject: Re: Valgrind and DPDK - does it work ? Date: Fri, 07 Nov 2014 01:22:49 +0100 Message-ID: <545C10D9.9020902@bisdn.de> References: <007501cfd1a3$573fff00$05bffd00$@xenanetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <007501cfd1a3$573fff00$05bffd00$@xenanetworks.com> 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 16/09/14 13:42, Morten Jagd Christensen wrote: > Hi all, > > =20 > > I am interested to hear if anyone here have had any luck running Valgri= nd on > DPDK applications? > > =20 > > I tried to use this some time ago, but Valgrind does not seem to work > together with hugepages =96 or > > I am doing something wrong ;-) > > =20 > > I would like to hear form anyone having success or failure with Valgrin= d and > DPDK. Found some time to have a close look. I also wanted to check a DPDK app=20 against valgrind. It works! I downloaded and compiled valgrind from sources (3.10.0) and applied=20 (manually) this patch: https://bugs.kde.org/attachment.cgi?id=3D85950&action=3Dedit (Applied around line 2216) From this post: http://valgrind.10908.n7.nabble.com/mpich-unable-to-munmap-hugepages-td49= 150.html Happy debugging Marc