1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00
openwrt/target/linux
Chuanhong Guo 01c0d7f86f generic: ar8216: group MIB counters and use two basic ones only by default
There are too many MIB counters that almost nobody needs since commit
d6366ce3665f ("generic: ar8216: mib_work_func: read all port mibs
everytime").

In the worker function to poll MIB data, it deals with all ports instead
of only one port every time, which introduces too many mdio operations
that it becomes a heavy CPU load even on not-emulated MDIO bus.

This commit groups MIB counters and enable only TxBytes and RxGoodBytes
by default (both of which are necessary to get swconfig led working.)
and adds an swconfig attribute to allow enabling all counters if users
need them.

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2019-05-20 21:17:57 +02:00
..
apm821xx apm821xx: WNDR4700: remove obsolete sd-card change detection 2019-05-19 12:29:24 +02:00
ar7 kernel: bump 4.9 to 4.9.153 2019-01-28 18:17:32 +01:00
ar71xx ar71xx: Fix network setup for TP-Link Archer C25 v1 2019-05-15 13:34:24 +02:00
arc770
archs38
armvirt kernel: Remove CONFIG_COMPAT 2019-05-11 17:15:41 +02:00
at91 kernel: Activate CONFIG_SYN_COOKIES for all targets 2019-05-11 17:15:41 +02:00
ath25
ath79 ath79: convert WD MyNet Range Extender to gpio-keys 2019-05-18 17:59:49 +02:00
bcm53xx build: add a config option for enabling a testing version of the target kernel 2019-05-11 11:37:10 +02:00
brcm47xx build: add a config option for enabling a testing version of the target kernel 2019-05-11 11:37:10 +02:00
brcm63xx brcm63xx: fixup broken patch after kernel bump 2019-05-14 13:15:11 +02:00
brcm2708 kernel: bump 4.14 to 4.14.118 2019-05-13 19:17:41 +02:00
cns3xxx kernel: bump 4.19 to 4.19.42 2019-05-13 19:17:41 +02:00
gemini gemini: Fix up firmware checksum on DIR-685 2019-05-18 16:37:30 +02:00
generic generic: ar8216: group MIB counters and use two basic ones only by default 2019-05-20 21:17:57 +02:00
imx6 kernel: Move some DSA config options to generic config 2019-05-14 21:11:58 +02:00
ipq40xx ipq40xx: Add support for Linksys EA8300 (Dallas) 2019-05-18 13:43:54 +02:00
ipq806x mtd: base-files: Unify dual-firmware devices (Linksys) 2019-05-18 13:43:51 +02:00
ixp4xx kernel: bump 4.9 to 4.9.160 2019-02-25 17:33:16 +01:00
kirkwood mtd: base-files: Unify dual-firmware devices (Linksys) 2019-05-18 13:43:51 +02:00
lantiq lantiq/xrx200: enable initramfs images 2019-05-15 13:34:23 +02:00
layerscape kernel: bump 4.14 to 4.14.118 2019-05-13 19:17:41 +02:00
malta malta: Deactivate MIPS O32 and N32 support 2019-05-14 21:50:42 +02:00
mediatek kernel: Remove CONFIG_COMPAT 2019-05-11 17:15:41 +02:00
mpc85xx build: add a config option for enabling a testing version of the target kernel 2019-05-11 11:37:10 +02:00
mvebu mtd: base-files: Unify dual-firmware devices (Linksys) 2019-05-18 13:43:51 +02:00
mxs mxs: disable unused serial drivers 2019-03-11 19:35:43 +01:00
octeon octeon: Deactivate MIPS O32 and N32 support 2019-05-14 21:50:42 +02:00
octeontx kernel: Remove CONFIG_COMPAT 2019-05-11 17:15:41 +02:00
omap kernel: Deactivate CONFIG_BINFMT_MISC 2019-05-11 17:15:41 +02:00
orion
oxnas kernel: bump 4.14 to 4.14.108 2019-03-27 10:48:59 +01:00
pistachio kernel: bump 4.14 to 4.14.91 2019-01-07 17:09:06 +01:00
ramips ramips: add support for Telco Electronics X1 2019-05-18 17:59:49 +02:00
rb532
samsung kernel: Do not set CONFIG_DEVMEM or CONFIG_DEVKMEM 2019-05-11 17:15:41 +02:00
sunxi kernel: Deactivate CONFIG_BINFMT_MISC 2019-05-11 17:15:41 +02:00
tegra tegra: add vendor string to device name 2019-05-15 13:34:23 +02:00
uml kernel: Deactivate CONFIG_BINFMT_MISC 2019-05-11 17:15:41 +02:00
x86 x86: Activate CONFIG_X86_SMAP 2019-05-11 17:15:41 +02:00
zynq zynq: make title consistent for all devices 2019-05-17 21:41:43 +02:00
Makefile