-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
readme: Some cleanups #344
Conversation
Signed-off-by: Vasiliy Stelmachenok <[email protected]>
Signed-off-by: Vasiliy Stelmachenok <[email protected]>
Signed-off-by: Vasiliy Stelmachenok <[email protected]>
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.
I think that's all for your changes. Some other things you've missed:
Line 78 in c83137a
- NTSync patched and integrated into the kernel (`NTSYNC=y`) |
NTSYNC is compiled as a module so it should be NTSYNC=m
now.
There's also patches to improve performance for crc32 and AES128.
Might also add info about AutoFDO PKGBUILD Integration and the precompiled default kernel is optimized with autofdo |
Co-authored-by: Eric Naim <[email protected]>
Co-authored-by: Eric Naim <[email protected]>
Co-authored-by: Eric Naim <[email protected]>
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.
LGTM. When we restore cubic in place of bbr3, at most this description will change.
Signed-off-by: Vasiliy Stelmachenok <[email protected]>
Signed-off-by: Vasiliy Stelmachenok <[email protected]>
Signed-off-by: Vasiliy Stelmachenok <[email protected]>
b084dbf
to
32f1d0b
Compare
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.
With the above fixed, LGTM.
Co-authored-by: Eric Naim <[email protected]>
Signed-off-by: Vasiliy Stelmachenok <[email protected]>
Small cleanups due to the fact that many patches are now part of upstream not exclusive to our kernel. Also minor stylistic changes.