[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230725205014.04e4bba3@kernel.org>
Date: Tue, 25 Jul 2023 20:50:14 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: MD Danish Anwar <danishanwar@...com>
Cc: Randy Dunlap <rdunlap@...radead.org>,
Roger Quadros <rogerq@...nel.org>,
Simon Horman <simon.horman@...igine.com>,
Vignesh Raghavendra <vigneshr@...com>,
Andrew Lunn <andrew@...n.ch>,
Richard Cochran <richardcochran@...il.com>,
Conor Dooley <conor+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Eric Dumazet <edumazet@...gle.com>,
"David S. Miller" <davem@...emloft.net>, <nm@...com>, <srk@...com>,
<linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>,
<netdev@...r.kernel.org>, <linux-omap@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH v11 07/10] net: ti: icssg-prueth: Add ICSSG Stats
On Mon, 24 Jul 2023 16:59:31 +0530 MD Danish Anwar wrote:
> + /* Rx */
> + ICSSG_STATS(rx_packets, true),
> + ICSSG_STATS(rx_broadcast_frames, false),
> + ICSSG_STATS(rx_multicast_frames, false),
There is a standard stat for mcast.
> + ICSSG_STATS(rx_crc_errors, true),
> + ICSSG_STATS(rx_mii_error_frames, false),
> + ICSSG_STATS(rx_odd_nibble_frames, false),
> + ICSSG_STATS(rx_frame_max_size, false),
> + ICSSG_STATS(rx_max_size_error_frames, false),
> + ICSSG_STATS(rx_frame_min_size, false),
> + ICSSG_STATS(rx_min_size_error_frames, false),
> + ICSSG_STATS(rx_over_errors, true),
> + ICSSG_STATS(rx_class0_hits, false),
> + ICSSG_STATS(rx_class1_hits, false),
> + ICSSG_STATS(rx_class2_hits, false),
> + ICSSG_STATS(rx_class3_hits, false),
> + ICSSG_STATS(rx_class4_hits, false),
> + ICSSG_STATS(rx_class5_hits, false),
> + ICSSG_STATS(rx_class6_hits, false),
> + ICSSG_STATS(rx_class7_hits, false),
> + ICSSG_STATS(rx_class8_hits, false),
> + ICSSG_STATS(rx_class9_hits, false),
> + ICSSG_STATS(rx_class10_hits, false),
> + ICSSG_STATS(rx_class11_hits, false),
> + ICSSG_STATS(rx_class12_hits, false),
> + ICSSG_STATS(rx_class13_hits, false),
> + ICSSG_STATS(rx_class14_hits, false),
> + ICSSG_STATS(rx_class15_hits, false),
> + ICSSG_STATS(rx_smd_frags, false),
> + ICSSG_STATS(rx_bucket1_size, false),
> + ICSSG_STATS(rx_bucket2_size, false),
> + ICSSG_STATS(rx_bucket3_size, false),
> + ICSSG_STATS(rx_bucket4_size, false),
Are the bucket sizes configurable? Can we set the bucket sizes
to standard RMON ones and use ethtool RMON stats?
Powered by blists - more mailing lists