openwrt/target/linux/realtek/files-5.15/drivers/net/dsa/rtl83xx
Jan Hoffmann 2c40359c5c realtek: add cond_resched to loops accessing the FDB table
A full loop accessing all FDB entries can take several milliseconds
(on RTL839x about 20 ms), so give other kernel tasks a chance to run.
This is especially important for rtl83xx_port_fdb_dump which is itself
called in a loop for all ports by the kernel.

Signed-off-by: Jan Hoffmann <jan@3e8.eu>
2022-12-27 16:29:57 +01:00
..
common.c realtek: restructure rtl_table_read/write 2022-12-27 16:29:57 +01:00
debugfs.c realtek: add cond_resched to loops accessing the FDB table 2022-12-27 16:29:57 +01:00
dsa.c realtek: add cond_resched to loops accessing the FDB table 2022-12-27 16:29:57 +01:00
Kconfig
Makefile
qos.c
rtl83xx.h realtek: restructure rtl_table_read/write 2022-12-27 16:29:57 +01:00
rtl838x.c
rtl838x.h
rtl839x.c
rtl930x.c
rtl931x.c
tc.c