From: David S. Miller Date: Sun, 19 Nov 2023 19:46:40 +0000 (+0000) Subject: Merge branch 'am65-cpsw-ethtool-mac-stats' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=69d5ee8c1291c3e45ef12d531f28907bfbdbd9da;p=linux.git Merge branch 'am65-cpsw-ethtool-mac-stats' Roger Quadros says: =================== net: eth: am65-cpsw: add ethtool MAC stats Gets 'ethtool -S eth0 --groups eth-mac' command to work. Also set default TX channels to maximum available and does cleanup in am65_cpsw_nuss_common_open() error path. Changelog: v2: - add __iomem to *stats, to prevent sparse warning - clean up RX descriptors and free up SKB in error handling of am65_cpsw_nuss_common_open() - Re-arrange some funcitons to avoid forward declaration ==================== Signed-off-by: David S. Miller --- 69d5ee8c1291c3e45ef12d531f28907bfbdbd9da