]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
net: dsa: mt7530: add the missing RxUnicast MIB counter
authorDENG Qingfang <dqfext@gmail.com>
Fri, 6 Aug 2021 04:05:27 +0000 (12:05 +0800)
committerSasha Levin <sashal@kernel.org>
Thu, 26 Aug 2021 12:36:37 +0000 (08:36 -0400)
[ Upstream commit aff51c5da3208bd164381e1488998667269c6cf4 ]

Add the missing RxUnicast counter.

Fixes: b8f126a8d543 ("net-next: dsa: add dsa support for Mediatek MT7530 switch")
Signed-off-by: DENG Qingfang <dqfext@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/dsa/mt7530.c

index 6335c4ea09577ed0be666743646e07fabc7899a6..2ff6a0be97de6b223a74d66f6876ee108a06d2fa 100644 (file)
@@ -54,6 +54,7 @@ static const struct mt7530_mib_desc mt7530_mib[] = {
        MIB_DESC(2, 0x48, "TxBytes"),
        MIB_DESC(1, 0x60, "RxDrop"),
        MIB_DESC(1, 0x64, "RxFiltering"),
+       MIB_DESC(1, 0x68, "RxUnicast"),
        MIB_DESC(1, 0x6c, "RxMulticast"),
        MIB_DESC(1, 0x70, "RxBroadcast"),
        MIB_DESC(1, 0x74, "RxAlignErr"),