tuned/tuned-2.28.0-openshift-revert.patch
Jaroslav Škarvada 36bb880cd7 new release
rebased tuned to latest upstream
    resolves: RHEL-210923
  scheduler: check for EPERM when setting IRQ affinity
  bootloader: set correct permission for tempdir
    resolves: RHEL-121198
  commands: better error msgs when creating directory and hardened dir mode
  docs: build reference guide
  systemd: used drop-ins for configuration
  systemd: do not backup the drop-in configuration
  net: add more coalescing options, filter out unsupported ones
  cpu: do not log error if boost isn't supported
  bootloader: add bootc loader-entries set-options-for-source support
  cpu: fixed TypeError when load_threshold is set in a profil
  openshift: include network-throughput profile
  drop support for vm.laptop_mode which is deprecated in kernel 7.0
  net: fixed ring parser to work with rx-mini and rx-jumbo
    resolves: RHEL-168025
  lscpu_check: do not traceback on invalid regex
    resolves: RHEL-132575
  network-latency: increase AVC cache to 8192
  functions: use iw for Wi-Fi power saving
2026-08-08 02:53:45 +02:00

29 lines
1.3 KiB
Diff

diff --git a/profiles/network-throughput/tuned.conf b/profiles/network-throughput/tuned.conf
index eeeb174..e531ac3 100644
--- a/profiles/network-throughput/tuned.conf
+++ b/profiles/network-throughput/tuned.conf
@@ -7,10 +7,6 @@ summary=Optimize for streaming network throughput, generally only necessary on o
include=throughput-performance
[sysctl]
-# Sets tcp_notsent_lowat to a value intended to balance throughput and latency while limiting total socket memory usage.
-net.ipv4.tcp_notsent_lowat=131072
-# Disables slow start after a connection has been idle, allowing immediate maximum throughput upon resuming data transfer.
-net.ipv4.tcp_slow_start_after_idle=0
# Increase kernel buffer size maximums. Currently this seems only necessary at 40Gb speeds.
#
# The buffer tuning values below do not account for any potential hugepage allocation.
diff --git a/profiles/openshift/tuned.conf b/profiles/openshift/tuned.conf
index 28dfb4d..197850c 100644
--- a/profiles/openshift/tuned.conf
+++ b/profiles/openshift/tuned.conf
@@ -4,7 +4,7 @@
[main]
summary=Optimize systems running OpenShift (parent profile)
-include=${f:virt_check:virtual-guest:network-throughput}
+include=${f:virt_check:virtual-guest:throughput-performance}
[selinux]
avc_cache_threshold=8192