mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-18 09:21:13 +01:00
At the end of RX NAPI polling the counter and mask registers are cleaned up. Although this might run in parallel there is no synchronization and the register modifications are some wild mix. RTL83xx enables only the interrupt of a single ring while RTL93xx just reactivates all interrupts (even for other NAPI threads). Make use of the driver lock and only modify the interrupt bits that the current thread owns. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de> Link: https://github.com/openwrt/openwrt/pull/19960 Signed-off-by: Robert Marko <robimarko@gmail.com> |
||
|---|---|---|
| .. | ||
| imagebuilder | ||
| linux | ||
| llvm-bpf | ||
| sdk | ||
| toolchain | ||
| Config.in | ||
| Makefile | ||