]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: eth: disable tx interrupts
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Wed, 28 Jan 2026 16:30:19 +0000 (17:30 +0100)
committerRobert Marko <robimarko@gmail.com>
Sun, 1 Feb 2026 10:27:58 +0000 (11:27 +0100)
commitebea3d38260c56aa93ad36b5e5aa034987682738
tree4a47e28f2bc0d0fd6cb146d5738211b2aff72fb3
parenta4e92f0484f365565072162dad3eeaca0e38b709
realtek: eth: disable tx interrupts

Ethernet transmit handling processes data synchronously via a
packet buffer. As soon as it kicks the SoC to send the packet
no more post processing is needed. Especially there is no need
for transmit completion interrupts. Disable them to reduce the
CPU load.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/21778
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/files-6.12/drivers/net/ethernet/rtl838x_eth.c