From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp89.ord1c.emailsrvr.com (smtp89.ord1c.emailsrvr.com [108.166.43.89]) by dpdk.org (Postfix) with ESMTP id CBD353792 for ; Fri, 11 Sep 2015 10:42:01 +0200 (CEST) Received: from smtp28.relay.ord1c.emailsrvr.com (localhost.localdomain [127.0.0.1]) by smtp28.relay.ord1c.emailsrvr.com (SMTP Server) with ESMTP id 051D1180107 for ; Fri, 11 Sep 2015 04:42:01 -0400 (EDT) Received: by smtp28.relay.ord1c.emailsrvr.com (Authenticated sender: padam.singh-AT-inventum.net) with ESMTPSA id 4772D180102 for ; Fri, 11 Sep 2015 04:41:59 -0400 (EDT) X-Sender-Id: padam.singh@inventum.net Received: from [172.16.1.231] ([UNAVAILABLE]. [103.25.205.35]) (using TLSv1 with cipher DHE-RSA-AES256-SHA) by 0.0.0.0:465 (trex/5.4.2); Fri, 11 Sep 2015 08:42:01 GMT From: Padam Jeet Singh Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <8A6C7B12-605A-457C-9B57-1342CF6EF8BB@inventum.net> Date: Fri, 11 Sep 2015 14:11:56 +0530 To: "dev@dpdk.org" Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) X-Mailer: Apple Mail (2.2070.6) Subject: [dpdk-dev] Debugging memory leak of mbufs 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, 11 Sep 2015 08:42:02 -0000 Hello, I have an application which in which the rte_mempool for packets = associated with the network interfaces using IXGBE and IGB drivers is = depleting slowly. Each time I do a throughput test, the number of = free_count keeps reducing by 10-15 entries, and finally completely = exhausts. Any inputs on how to debug such a situation?=20 Thanks, Padam