]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: eth: convert receive path
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Mon, 2 Feb 2026 20:19:30 +0000 (21:19 +0100)
committerRobert Marko <robimarko@gmail.com>
Thu, 12 Feb 2026 09:20:06 +0000 (10:20 +0100)
commit5e8d32a90308c7c14d5f4e9176486a7edddaff2e
tree178984ad9d9dd5942963f93cce3a24446e2c4d0d
parent82f3d4a6fab0501f24f1344f6354517e93374970
realtek: eth: convert receive path

Make use of the new structures and redesign the receive path.
Especially

- reduce lock usage
- drop KSEG() macros
- use DMA mapping instead of uncached access

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