From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 26 May 2016 07:48:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,367,1459839600"; d="scan'208";a="975053084" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by fmsmga001.fm.intel.com with ESMTP; 26 May 2016 07:47:59 -0700 To: Rich Lane , dev@dpdk.org References: <1464210200-91397-1-git-send-email-rich.lane@bigswitch.com> Cc: "John W. Linville" From: Ferruh Yigit Message-ID: <57470C9F.4060903@intel.com> Date: Thu, 26 May 2016 15:47:59 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1464210200-91397-1-git-send-email-rich.lane@bigswitch.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] af_packet: add byte counters 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: Thu, 26 May 2016 14:48:02 -0000 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