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

perf(kernel_cmdline): disable fb_tunnels #23

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

BlackHole1
Copy link
Member

@BlackHole1 BlackHole1 commented Dec 4, 2023

disable the creation of useless network interfaces. e.g.

  1. tunl0@NONE
  2. ip_vti0@NONE
  3. sit0@NONE
  4. ...

Before:

before

After:

after

Ref:

  1. https://lore.kernel.org/netdev/[email protected]/T/#u
  2. https://lore.kernel.org/all/[email protected]/T/#u

https://oomol.atlassian.net/browse/OOM-928

disable the creation of useless network interfaces. e.g.
1. tunl0@NONE
2. ip_vti0@NONE
3. sit0@NONE
4. ...

Ref:
1. https://lore.kernel.org/netdev/[email protected]/T/#u
2. https://lore.kernel.org/all/[email protected]/T/#u

Signed-off-by: Black-Hole1 <[email protected]>
@BlackHole1 BlackHole1 merged commit ea3a138 into oomol-lab:main Dec 4, 2023
1 check passed
@BlackHole1 BlackHole1 deleted the improve-net branch December 4, 2023 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant