I had some issues with a network interface going down for a couple of seconds which I eventually tracked down to tuned.
From the log:
2025-10-06 17:03:05,398 INFO tuned.daemon.daemon: static tuning from profile 'realtime' applied
2025-10-06 17:03:55,426 INFO tuned.plugins.plugin_net: enp2s0: setting 100Mbps
2025-10-06 17:03:55,435 INFO tuned.plugins.plugin_net: enp3s0: setting 100Mbps
2025-10-06 17:03:55,435 INFO tuned.plugins.plugin_net: enx000ec664fa6f: setting 100Mbps
2025-10-06 17:20:05,725 INFO tuned.plugins.plugin_net: enx000ec664fa6f: setting max speed
2025-10-06 17:21:05,756 INFO tuned.plugins.plugin_net: enx000ec664fa6f: setting 100Mbps
I also found this:
https://bugzilla.redhat.com/show_bug.cgi?id=1026359
which suggests that this behavior is expected in the powersave profiles.
I am however using the realtime profile.
What is the expected behavior in the realtime profile?