From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-x22a.google.com (mail-bk0-x22a.google.com [IPv6:2a00:1450:4008:c01::22a]) by dpdk.org (Postfix) with ESMTP id 7EF3D58D7 for ; Fri, 31 Jan 2014 07:04:09 +0100 (CET) Received: by mail-bk0-f42.google.com with SMTP id 6so2020883bkj.15 for ; Thu, 30 Jan 2014 22:05:28 -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=C5sfJYbtIHga/ioUqip1addPfORQ2M0I3LkE0P5Nae0=; b=QgPQWTFwKdwbCXPfQtlvjhENku0RxDL/bfzJeEiPy8WKp24jUBL8/h0c4IQyEtm3T2 JVUsYclJlCyWaMv9G6g5GN1XHskd8A/QK1G7on1q5fnRjvLlDsCYxeoRTeYcQrV/Zpc7 GsEvBzdr0cqBGvDOmhtAl/jv7MkQA28GhPQrhgeZi5rZdYh/I0g9hKOn5yx/rOPdWt/e dyajB4LwGIuCrMSXTvmK53Xney1QpFNS0GZnbjb6AxkWpcdCa9l8Tzm9GydDhsshYkzD tPYO4MKH8h1D1zyvjtWwGmTvbSd/j+zBkSvBc8BeU6W3RY8NJZaLa04J43Ve5DsuBSQR WBSg== MIME-Version: 1.0 X-Received: by 10.204.231.141 with SMTP id jq13mr6315096bkb.15.1391148328298; Thu, 30 Jan 2014 22:05:28 -0800 (PST) Received: by 10.204.197.208 with HTTP; Thu, 30 Jan 2014 22:05:28 -0800 (PST) In-Reply-To: References: Date: Fri, 31 Jan 2014 11:35:28 +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: Fri, 31 Jan 2014 06:04:09 -0000 Hi Daniel & all, can anyone please let me know about this. Tx -SB On Thu, Jan 30, 2014 at 4:50 PM, Sharath wrote: > hi! > > are there any interrupts which are raised by DPDK, for the fifo errors. > > please let me know, where can I find the details and how to handle such > interrupts ? > > Tx > -SB > > > On Thu, Jan 30, 2014 at 2:30 PM, Sharath wrote: > >> 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 >>>> >>> >>> >