From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk0-f53.google.com (mail-vk0-f53.google.com [209.85.213.53]) by dpdk.org (Postfix) with ESMTP id 97DB62C56 for ; Thu, 26 May 2016 18:59:25 +0200 (CEST) Received: by mail-vk0-f53.google.com with SMTP id c189so110390381vkb.1 for ; Thu, 26 May 2016 09:59:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bigswitch-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=eU3Z/wePUTWMkPXSCm6E5skiL040TM/PgkBbkjJVOiA=; b=QEvNdqw3uw5ExcRYoUv2aY08cODaBypNpf/IBrBMMNXoI3p4W8s11tR8JCwguhq9t9 He8USeymqP3S4KG1f042BDZitkJdUj9Ih4Waqykik3lor6Ff5hXeBTwVF4qO1UwgoKmn aUgnmI6mTmgxkQhxlN0tQ7yo4KFULLUFpgj2USuEqXotSxSGPYmtkiP5OaFtOjD3+REQ p7KKRRqg1DmFNZ4TAwteEpTLVsqpKcbtsxE2h3XtsE1fqSrl/5Okb0raRbZIQG0xSbpe 8CETzYlGMgQfsQBMphcc09L3x/6eMwUPCGQENUtH7VrNTtTLHBqPLg1kWJR8xC54/QCB g9lQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=eU3Z/wePUTWMkPXSCm6E5skiL040TM/PgkBbkjJVOiA=; b=MpV7xVoQLA5YuR8iCy0DMJoDtjGhsP1EuEUCmotWLdLsXLbj0eyAYsEwgLXOsMFKDz Zm4z9aOH0xOgwWMiAJOio5IPPApHjldNj4eLwG6v86uFqAjRlvt3TveMTtVXDW4z9bdf 7O1/HzndCHKeY6rwgLWc+xaSVFYoLwp9ZuuKRKQwEcDXCbhyzA8WHRYuTV9tml3gUiDN mZiBPylY3GDy8SWNsP8tUIYoPlpmF4ZgjYc9ZWoKiChfOgxDuUO9bTmwGKfSA07k3zGU aE+JKCpNxYm7VeMBl1b20Xn8Nf8jGnVPm9Ga7wIDbsaz8VPqVEBKmkxfhqiTv/3OB4o5 cCYQ== X-Gm-Message-State: ALyK8tJ3fGAgKk80nHkM9iBiRMCWI6BzLTruw8MrX5CwcGse23WnGJ2POpB/jvwAh86i6Fl8m6Pra1PKNPMAE/J9 MIME-Version: 1.0 X-Received: by 10.159.40.37 with SMTP id c34mr5473701uac.89.1464281964998; Thu, 26 May 2016 09:59:24 -0700 (PDT) Received: by 10.31.190.14 with HTTP; Thu, 26 May 2016 09:59:24 -0700 (PDT) In-Reply-To: <57470C9F.4060903@intel.com> References: <1464210200-91397-1-git-send-email-rich.lane@bigswitch.com> <57470C9F.4060903@intel.com> Date: Thu, 26 May 2016 09:59:24 -0700 Message-ID: From: Rich Lane To: Ferruh Yigit Cc: dev@dpdk.org, "John W. Linville" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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 16:59:25 -0000 On Thu, May 26, 2016 at 7:47 AM, Ferruh Yigit wrote: > 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? > No, I don't see that assertion failure in testpmd or my application. Thanks for the review!