From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from EXCH01.zulugolf.com (exchange.zidea.com [50.201.203.172]) by dpdk.org (Postfix) with ESMTP id 222E630E for ; Tue, 8 Oct 2013 22:38:13 +0200 (CEST) Received: from EXCH02.zulugolf.com (10.100.16.101) by EXCH01.zulugolf.com (10.100.16.11) with Microsoft SMTP Server (TLS) id 14.2.283.3; Tue, 8 Oct 2013 14:38:57 -0600 Received: from EXCH01.zulugolf.com ([fe80::e1e3:eb6e:ae80:7710]) by EXCH02.zulugolf.com ([::1]) with mapi id 14.02.0283.003; Tue, 8 Oct 2013 14:38:57 -0600 From: John Lange To: "dev@dpdk.org" Thread-Topic: dropped packet count Thread-Index: AQHOxGZo6vyECSzQc0qnDVqEE84tww== Date: Tue, 8 Oct 2013 20:38:55 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.110.30.13] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] dropped packet count 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: Tue, 08 Oct 2013 20:38:13 -0000 Greetings, Is there a standard way of retrieving the dropped packet count for a partic= ular port/queue in the DPDK? If no way is currently defined, could this p= lease be added in a future version? Thanks!