-
Notifications
You must be signed in to change notification settings - Fork 244
feat: add udev rule to set default RX Buffer as 2048 on systems with 4 or more cores #7665
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
base: main
Are you sure you want to change the base?
Conversation
| "destination": "/home/packer/sysctl-d-60-CIS.conf" | ||
| }, | ||
| { | ||
| "type": "file", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you'll want to add the same to all our other applicable packer templates as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @cameronmeissner. I have added to all Linux packer templates.
|
@mugeshsp your commits must be verified via GPG key: https://github.com/Azure/AgentBaker/blob/main/CONTRIBUTING.md |
f156560 to
bf177cb
Compare
What type of PR is this?
/kind feature
What this PR does / why we need it:
Adds a udev rule to set default RX ring buffer sizes to 2048 for VFs(enP*) network interfaces on 4-core or more systems.
The rule targets network interfaces matching the
enP*pattern and only applies the configuration on systems with 4 or more CPU cores.Requirements: