[PATCH v11 07/10] net: ti: icssg-prueth: Add ICSSG Stats
Jakub Kicinski
kuba at kernel.org
Tue Jul 25 20:50:14 PDT 2023
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?
More information about the linux-arm-kernel
mailing list