openwrt/target/linux/realtek/files-5.10/drivers/net
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
..
dsa/rtl83xx realtek: add cond_resched to loops accessing the FDB table 2022-12-27 16:29:57 +01:00
ethernet realtek: don't set L2LEARNING flag in rtl83xx TX header 2022-12-27 16:29:39 +01:00
phy realtek: add missing of.h include in phy driver 2022-10-08 11:05:02 +02:00