From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] af_packet: add byte counters Date: Thu, 26 May 2016 15:47:59 +0100 Message-ID: <57470C9F.4060903@intel.com> References: <1464210200-91397-1-git-send-email-rich.lane@bigswitch.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: "John W. Linville" To: Rich Lane , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 9D29637A8 for ; Thu, 26 May 2016 16:48:01 +0200 (CEST) In-Reply-To: <1464210200-91397-1-git-send-email-rich.lane@bigswitch.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/25/2016 10:03 PM, Rich Lane wrote: > Signed-off-by: Rich Lane Reviewed-by: Ferruh Yigit While testing this, independent from patch applied or not , I am getting following assertion after random time: testpmd> PANIC in rte_mbuf_raw_alloc(): line 1111 assert "rte_mbuf_refcnt_read(m) == 0" failed I may be doing something wrong, do you observe this Rich? Thanks, ferruh