From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qa0-f52.google.com (mail-qa0-f52.google.com [209.85.216.52]) by dpdk.org (Postfix) with ESMTP id 7849F5320 for ; Wed, 29 Jan 2014 16:23:19 +0100 (CET) Received: by mail-qa0-f52.google.com with SMTP id j15so2623622qaq.11 for ; Wed, 29 Jan 2014 07:24:38 -0800 (PST) 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:content-type; bh=vNjMcgSv2Zi6k9FKFYHp2NIl8Y0DwSwIKamOKLWnm8Q=; b=hEG8VcVzX49ciPD8TyS0QUD/loe6XypX+1ohleEdS05ePZ8sQwp26laffLUc4wau9g 1WAbxTE3u7Lq7/syQuWZyn0ZJUrOh+hwbinpLif4sOnxxlWBwKknn7WQjhQKejPaFq9a 45OK9hnYeF5fJjM/BYagnsjM2DvTzaVl93DDF1Fecbkib8WXOJix103ARnzGb/UFPAy4 0+E7+Pvaj8g9PjKc9ClHV5pffzc4heyMxQrTSdZmpfHXSL87u0DxNLZpFrHpMeMla8bI UusTC/BaMfc5ms6t2tNojrDiAWaN9hqz1AFO8Ce8Px8uNt7IqYSh/rAUpYqst+IsQB+p /ThQ== X-Gm-Message-State: ALoCoQka/CvkS8/G4dhWlHgQfd07ungs+mlD6buhg46yqPmpsv1XNgUb9lJoNInnR6r13/nGaOcm MIME-Version: 1.0 X-Received: by 10.140.44.6 with SMTP id f6mr12326281qga.10.1391009078117; Wed, 29 Jan 2014 07:24:38 -0800 (PST) Received: by 10.140.28.162 with HTTP; Wed, 29 Jan 2014 07:24:37 -0800 (PST) X-Originating-IP: [109.64.22.48] In-Reply-To: References: Date: Wed, 29 Jan 2014 17:24:37 +0200 Message-ID: From: Daniel Kaminsky To: Sharath 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: Wed, 29 Jan 2014 15:23:19 -0000 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 >