From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186]) by dpdk.org (Postfix) with ESMTP id 465DF2E89 for ; Fri, 7 Nov 2014 01:56:31 +0100 (CET) Received: by mail.mhcomputing.net (Postfix, from userid 1000) id D638680BDA5; Thu, 6 Nov 2014 17:04:47 -0800 (PST) Date: Thu, 6 Nov 2014 17:04:47 -0800 From: Matthew Hall To: Marc Sune Message-ID: <20141107010447.GA19666@mhcomputing.net> References: <007501cfd1a3$573fff00$05bffd00$@xenanetworks.com> <545C10D9.9020902@bisdn.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <545C10D9.9020902@bisdn.de> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Valgrind and DPDK - does it work ? X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2014 00:56:32 -0000 On Fri, Nov 07, 2014 at 01:22:49AM +0100, Marc Sune wrote: > Found some time to have a close look. I also wanted to check a DPDK app > against valgrind. It works! > > I downloaded and compiled valgrind from sources (3.10.0) and applied > (manually) this patch: > > https://bugs.kde.org/attachment.cgi?id=85950&action=edit > > (Applied around line 2216) > > From this post: > > http://valgrind.10908.n7.nabble.com/mpich-unable-to-munmap-hugepages-td49150.html > > Happy debugging > Marc Marc, This is just AMAZING!!! I have wished for it for many years for DPDK, ever since I used it in beta before it went GA. Would it be possible to post your modification of Valgrind in Github, Bitbucket, or some other repo? I'd like to try this out on my app, too. Also, not sure if anybody sent this upstream to Valgrind, but if not, we really should, so it just works by default from now on. Thanks, Matthew.