Message ID | 20250410163022.3695-1-ansuelsmth@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | net: dsa: mt7530: modernize MIB handling + fix | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Thu, 10 Apr 2025 18:30:08 +0200 you wrote: > This small series modernize MIB handling for MT7530 and also > implement .get_stats64. > > It was reported that kernel and Switch MIB desync in scenario where > a packet is forwarded from a port to another. In such case, the > forwarding is offloaded and the kernel is not aware of the > transmitted packet. To handle this, read the counter directly > from Switch registers. > > [...] Here is the summary with links: - [net-next,1/6] net: dsa: mt7530: generalize read port stats logic https://git.kernel.org/netdev/net-next/c/ee6a2db281a3 - [net-next,2/6] net: dsa: mt7530: move pkt size and rx err MIB counter to rmon stats API https://git.kernel.org/netdev/net-next/c/33bc7af2b281 - [net-next,3/6] net: dsa: mt7530: move pause MIB counter to eth_ctrl stats API https://git.kernel.org/netdev/net-next/c/e12989ab719c - [net-next,4/6] net: dsa: mt7530: move pkt stats and err MIB counter to eth_mac stats API https://git.kernel.org/netdev/net-next/c/dcf9eb6d33a2 - [net-next,5/6] net: dsa: mt7530: move remaining MIB counter to define https://git.kernel.org/netdev/net-next/c/c3b904c6dd81 - [net-next,6/6] net: dsa: mt7530: implement .get_stats64 https://git.kernel.org/netdev/net-next/c/88c810f35ed5 You are awesome, thank you!