]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: eth: rtl931x: reduce logging of special packet trap 21844/head
authorJonas Jelonek <jelonek.jonas@gmail.com>
Mon, 2 Feb 2026 19:31:11 +0000 (19:31 +0000)
committerRobert Marko <robimarko@gmail.com>
Mon, 2 Feb 2026 20:54:56 +0000 (21:54 +0100)
commit6adcd5fa3bd437f23c610d858a3abd0c73dd2863
tree7350740c5e51145a914d10edf15a5b41b0205fb3
parent017b26f2e7bd676a462744bb73353c582d6a74ea
realtek: eth: rtl931x: reduce logging of special packet trap

For packets trapped to the CPU for a special reason (not normal
forward), the RTL931x tag decoding always print a log message with level
INFO. This is not needed and just spams the log, e.g. when LLDP packets
are running through the network, each of them causes a log message.

Make that a debug message instead of an info message. We can keep it,
just change when it's printed.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21844
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/files-6.12/drivers/net/ethernet/rtl838x_eth.c