From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Barbette Subject: Re: Which counters are set by rte_eth_stats_get Date: Fri, 9 Nov 2018 13:48:55 +0000 Message-ID: <1541771335492.79718@kth.se> References: <1541752126267.9242@kth.se>,<2479925.7nIZOZccjf@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" , Ferruh Yigit , Andrew Rybchenko To: Thomas Monjalon 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 0B2F94C94 for ; Fri, 9 Nov 2018 14:49:02 +0100 (CET) In-Reply-To: <2479925.7nIZOZccjf@xps> Content-Language: fr-FR List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > The other option would be to push for implementing all basic stats=0A= > in all drivers, and consider an unimplemented stat as a bug.=0A= It may be impossible in some cases. I think imissed is not even reported by= hardware for mlx5 cards. Only an aggregate for all queues. =0A= =0A= I'll add a "uint64_t stats_capa" at the end of dev_info, unless you prefer = something else.=0A= =0A= Tom=0A= =0A= =0A=