From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-3.sys.kth.se (smtp-3.sys.kth.se [130.237.48.192]) by dpdk.org (Postfix) with ESMTP id F40EE2BD5 for ; Tue, 13 Nov 2018 10:14:22 +0100 (CET) Received: from smtp-3.sys.kth.se (localhost.localdomain [127.0.0.1]) by smtp-3.sys.kth.se (Postfix) with ESMTP id 9B4551F4F; Tue, 13 Nov 2018 10:14:22 +0100 (CET) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-3.sys.kth.se ([127.0.0.1]) by smtp-3.sys.kth.se (smtp-3.sys.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id nLNwUHjKzd2L; Tue, 13 Nov 2018 10:14:21 +0100 (CET) Received: from exdb02.ug.kth.se (unknown [192.168.32.112]) by smtp-3.sys.kth.se (Postfix) with ESMTPS id 57BB82EA1; Tue, 13 Nov 2018 10:14:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kth.se; s=default; t=1542100461; bh=YKE3Y9M6/1GqHJMKJt8mJuyW+415MDcMnrY6khcZJnc=; h=From:To:CC:Subject:Date:References:In-Reply-To; b=QbKCiNdZZ9rea/9ZSDakJGwEqDnAtbyEpQWGpt6Zj9UlpbgieWqIAmi7FMH1w4JbZ QAC2wk2tRWBsL7fBzpMYBAxprg408G+fXQ/G/hk2kX9ZnASh/wdLsQnlEtczjiW2By a/IhXPvr/xD38yEm+PAAjwa/InIQKr6FVV8lXwsQ= Received: from exdb04.ug.kth.se (192.168.32.114) by exdb02.ug.kth.se (192.168.32.112) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Tue, 13 Nov 2018 10:13:26 +0100 Received: from exdb05.ug.kth.se (192.168.32.115) by exdb04.ug.kth.se (192.168.32.114) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Tue, 13 Nov 2018 10:13:26 +0100 Received: from exdb05.ug.kth.se ([192.168.32.115]) by exdb05.ug.kth.se ([192.168.32.115]) with mapi id 15.00.1367.000; Tue, 13 Nov 2018 10:13:26 +0100 From: Tom Barbette To: Stephen Hemminger , Thomas Monjalon CC: "dev@dpdk.org" , Ferruh Yigit , Andrew Rybchenko Thread-Topic: [dpdk-dev] Which counters are set by rte_eth_stats_get Thread-Index: AQHUeAemfsWInNvHy0WgVfjmI6n4GaVHkFuAgAXg9X0= Date: Tue, 13 Nov 2018 09:13:25 +0000 Message-ID: <1542100405693.88599@kth.se> References: <1541752126267.9242@kth.se> <2479925.7nIZOZccjf@xps>,<20181109082347.05665665@xeon-e3> In-Reply-To: <20181109082347.05665665@xeon-e3> Accept-Language: fr-FR, sv-SE, en-US Content-Language: fr-FR X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [130.237.20.142] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] Which counters are set by rte_eth_stats_get X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2018 09:14:23 -0000 > For others, if the driver has no places it allocates mbufs or drops packe= ts in the driver I see no=0A= > reason that the driver needs to do anything with those fields.=0A= =0A= I understand. I'll fix the driver I use then. There may still be some count= ers that should increase but are not reported by hardware though.=0A= =0A= Tom=0A=