lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251127191335.60097c86@kernel.org>
Date: Thu, 27 Nov 2025 19:13:35 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Bhargava Marreddy <bhargava.marreddy@...adcom.com>
Cc: davem@...emloft.net, edumazet@...gle.com, pabeni@...hat.com,
 andrew+netdev@...n.ch, horms@...nel.org, netdev@...r.kernel.org,
 linux-kernel@...r.kernel.org, michael.chan@...adcom.com,
 pavan.chebbi@...adcom.com, vsrama-krishna.nemani@...adcom.com,
 vikas.gupta@...adcom.com, Rajashekar Hudumula
 <rajashekar.hudumula@...adcom.com>
Subject: Re: [v3, net-next 10/12] bng_en: Add initial support for ethtool
 stats display

On Thu, 27 Nov 2025 01:19:29 +0530 Bhargava Marreddy wrote:
> +static const char * const bnge_ring_rx_stats_str[] = {
> +	"rx_ucast_packets",
> +	"rx_mcast_packets",
> +	"rx_bcast_packets",
> +	"rx_discards",
> +	"rx_errors",
> +	"rx_ucast_bytes",
> +	"rx_mcast_bytes",
> +	"rx_bcast_bytes",
> +};
> +
> +static const char * const bnge_ring_tx_stats_str[] = {
> +	"tx_ucast_packets",
> +	"tx_mcast_packets",
> +	"tx_bcast_packets",
> +	"tx_errors",
> +	"tx_discards",
> +	"tx_ucast_bytes",
> +	"tx_mcast_bytes",
> +	"tx_bcast_bytes",
> +};
> +
> +static const char * const bnge_ring_tpa_stats_str[] = {
> +	"tpa_packets",
> +	"tpa_bytes",
> +	"tpa_events",
> +	"tpa_aborts",
> +};
> +
> +static const char * const bnge_ring_tpa2_stats_str[] = {
> +	"rx_tpa_eligible_pkt",
> +	"rx_tpa_eligible_bytes",
> +	"rx_tpa_pkt",
> +	"rx_tpa_bytes",
> +	"rx_tpa_errors",
> +	"rx_tpa_events",
> +};
> +
> +static const char * const bnge_rx_sw_stats_str[] = {
> +	"rx_l4_csum_errors",
> +	"rx_resets",
> +	"rx_buf_errors",
> +};

We do not allow duplicating standard stats in ethtool -S any more.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ