Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

htcp not in RHEL 9 #1465

Closed
msjang opened this issue Jul 25, 2023 · 3 comments
Closed

htcp not in RHEL 9 #1465

msjang opened this issue Jul 25, 2023 · 3 comments

Comments

@msjang
Copy link

msjang commented Jul 25, 2023

configure_sysctl script tries to configure tcp_congestion_control as htcp, but it is not in RHEL 9.

# uname -r
5.14.0-284.11.1.el9_2.x86_64

# cat /etc/redhat-release
Rocky Linux release 9.2 (Blue Onyx)

# sysctl -w net.ipv4.tcp_congestion_control=htcp
sysctl: setting key "net.ipv4.tcp_congestion_control": No such file or directory

# sysctl net.ipv4.tcp_available_congestion_control
net.ipv4.tcp_available_congestion_control = reno cubic bbr dctcp
@mty22
Copy link

mty22 commented Aug 1, 2024

@msjang Probably a bit late (I was just scrolling through the issues section within this repo).. but yeah just a side note as a fellow perfSONAR user, you can find tcp_htcp kernel module within kernel-modules-extra package on RHEL9 or Rocky9.

This should automatically load when htcp is present within net.ipv4.tcp_available_congestion_control

@mfeit-internet2 mfeit-internet2 transferred this issue from perfsonar/toolkit Aug 16, 2024
@mfeit-internet2
Copy link
Member

I'll get this added to the next feature release.

@mfeit-internet2
Copy link
Member

Release Notes:

Kernel modules to support additional TCP congestion control algorithms are now installed on EL systems.

@github-project-automation github-project-automation bot moved this from Ready to Done in perfSONAR Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants