Message ID | 20240820175343.760389-1-sean.anderson@linux.dev (mailing list archive) |
---|---|
Headers | show |
Series | net: xilinx: axienet: Add statistics support | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 20 Aug 2024 13:53:40 -0400 you wrote: > Add support for hardware statistics counters (if they are enabled) in > the AXI Ethernet driver. Unfortunately, the implementation is > complicated a bit since the hardware might only support 32-bit counters. > > Changes in v4: > - Reduce hw_last_counter to u32 to ensure we use (wrapping) 32-bit > arithmetic. > - Implement get_ethtool_stats for nonstandard statistics > - Rebase onto net-next/main > > [...] Here is the summary with links: - [net-next,v4,1/2] net: xilinx: axienet: Report RxRject as rx_dropped https://git.kernel.org/netdev/net-next/c/d70e3788da1d - [net-next,v4,2/2] net: xilinx: axienet: Add statistics support https://git.kernel.org/netdev/net-next/c/76abb5d675c4 You are awesome, thank you!