From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-x232.google.com (mail-bk0-x232.google.com [IPv6:2a00:1450:4008:c01::232]) by dpdk.org (Postfix) with ESMTP id 5413058EB for ; Thu, 30 Jan 2014 09:59:21 +0100 (CET) Received: by mail-bk0-f50.google.com with SMTP id w16so1312366bkz.23 for ; Thu, 30 Jan 2014 01:00:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tI2NJsyg2DIyuZpfovtsEqvl1uv/IMvw2jCez0JsShc=; b=pPiZfYQoRNUOOyxXFc76W2gPJXzTtgf2AAZVI75IXCXOYiyTBvSLdLcgWk7Dd6I6Rq k67Jq9x0O6sYi94hs516fHuQVjpHpKAnOztdCfHix+oKzmc0zX0/bcegNKnaN3l3z5tQ 9ePHgt5qwB5ODOBO0oH3962RP5lDOBLEexs0j9DE1bZwYDUNi9zBlOEm33879yVF+KJV /vZTVUpN9oezpZpvPNlobPyZe3lhI47r0X2VqbfJvl+EfD1J+0Mx5Tw719KHjMhT7vQy LVs2i7gkMPVf9Pi+KE++EvdWfYRA3PNsqCorkidNe5yNeHDdsIyyVWny5B1dmwBOqE1H xCwg== MIME-Version: 1.0 X-Received: by 10.204.164.15 with SMTP id c15mr5168691bky.22.1391072440041; Thu, 30 Jan 2014 01:00:40 -0800 (PST) Received: by 10.204.197.208 with HTTP; Thu, 30 Jan 2014 01:00:39 -0800 (PST) Received: by 10.204.197.208 with HTTP; Thu, 30 Jan 2014 01:00:39 -0800 (PST) In-Reply-To: References: Date: Thu, 30 Jan 2014 14:30:39 +0530 Message-ID: From: Sharath To: Daniel Kaminsky Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] checking packet drop at NIC 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, 30 Jan 2014 08:59:21 -0000 Thanks Daniel ! Let me check it out . . . On Jan 29, 2014 8:54 PM, "Daniel Kaminsky" < daniel.kaminsky@infinitelocality.com> wrote: > Hi Sharath, > > Try rte_eth_stats_get, I think this should give you what you're looking > for. > > Regards, > Daniel > > > On Tue, Jan 28, 2014 at 7:29 AM, Sharath wrote: > >> hi ! >> >> can someone please tell me whether the DPDK provides any method to handle >> below >> >> a. account the packet drops at NIC level ? is there any interrupt raised >> by >> DPDK for the same ? >> b. to check fifo errors ? >> c. way to check rx and tx in sync >> >> Tx, >> -SB >> > >