-
Notifications
You must be signed in to change notification settings - Fork 57
qca-nss-ecm: resolve the cpu high load regarding ecm #3
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
Conversation
|
Please change the commit title to something that looks like this: qca-nss-ecm: resolve the cpu high load and describe why this patch is needed in the commit message. |
|
@kirdesde @castiel652 Pretty much told you what I would have told you. Please, update the patch numbering and name as well as commit message and SoB. |
|
I force pushed the commit changes as well as the changed patch numbering. I hope it's all right now. |
|
Ok, its moving in the right direction. Also, the patch itself needs to be applicable with git apply and git am, which means that it has to be exported with git format patch. |
|
I made a new commit, can you skip that first old commit and only pull that new commit? Otherwise it's better to reject that PR and i would create a new one. Sorry for all that noise. |
|
@kirdesde you are using the web or command git? if you want i can guide you on how to drop them... |
I'm using the git command. Yes thanks a guide would be great. |
|
@kirdesde considering you have only 2 commits... follow instruction on the new view and force push |
|
Thanks Ansuel, now it's only one commit. |
|
Yes, it's supposed to be one commit. |
|
(git commit --amend) |
done |
|
Now you removed the commit message in the patch and replaced it with the subject copy, please leave the message in the patch. |
If using ECM, cpu load goes up (around 1.0) and stucks there. This is due to using uninterruptible sleep function, the patch changes this to interruptible sleep function. Signed-off-by: Dirk Buchwalder buchwalder@posteo.de
done |
|
Thanks |
this is based on quarky's patch for NSS 11.2 (just adapted to nss 11.4)
If using ECM, cpu load goes up (around 1.0) and stucks there. This is due to using uninterruptible sleep function, the patch changes this to interruptible sleep function.
-> https://github.com/quarkysg/openwrt/blob/master-ipq806x-nss-qsdk11/package/qca/qca-nss-ecm/patches/200-resolve-high-load.patch
Signed-off-by: Dirk Buchwalder buchwalder@posteo.de