]> www.infradead.org Git - users/dwmw2/linux.git/commit
bnxt_en: add rx_filter_miss extended stats
authorDamodharam Ammepalli <damodharam.ammepalli@broadcom.com>
Tue, 12 Dec 2023 00:51:19 +0000 (16:51 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 13 Dec 2023 00:05:58 +0000 (16:05 -0800)
commit6ce30622547d54eb47cdf55609ad68590c314b50
treeb3b06bc3d6cf7b1913df66675c76532a1f341219
parent960096334417d841593f848323a35ff6c7dacffe
bnxt_en: add rx_filter_miss extended stats

rx_filter_miss counter is newly added to the rx_port_stats_ext
stats structure for newer chips.  Newer firmware will return the
structure size that includes this counter.  Add this entry to
the bnxt_port_stats_ext_arr array and the ethtool -S code will
pick up this counter if it is supported.

Signed-off-by: Damodharam Ammepalli <damodharam.ammepalli@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Link: https://lore.kernel.org/r/20231212005122.2401-11-michael.chan@broadcom.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c