| Summary: | Timer interrupt handling can take up to 20 usec on RT kernel | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Andrew Theurer <atheurer> |
| Component: | kernel-rt | Assignee: | Clark Williams <williams> |
| kernel-rt sub component: | Memory Management | QA Contact: | Jiri Kastner <jkastner> |
| Status: | CLOSED INSUFFICIENT_DATA | Docs Contact: | |
| Severity: | medium | ||
| Priority: | unspecified | CC: | atheurer, bhu, jshortt, krister, lgoncalv, srostedt, williams |
| Version: | 7.2 | ||
| Target Milestone: | rc | ||
| Target Release: | 7.3 | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-10 21:53:27 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1274397 | ||
|
Description
Andrew Theurer
2016-02-02 16:32:12 UTC
What exactly is the bound task doing? ksoftirqd does timer work, and a timer interrupt can run. And things like task usage accounting can take 20 us. Also, have you added nohz_full and rcu_nocb to that isolated CPU as well? That could help too. We have no_full, but not rcu_nocb yet, so we will add that. I don't believe the user thread is doing anything other than some futex calls once in a while. We'll trace to see if anything else is going on with the user thread. Andrew, were you able to do a trace to see if anything else was going on? Thanks, Beth Karl, would it be possible to do another trace to see what is happening during the timer interrupt? Andrew/Karl, any updates? Andrew/Karl, any updates? If we can't get any additional updates, we will need to close this BZ. We have not done a trace, and I am not sure when we will have opportunity to do so. We can close this and repoen when we have a trace. Thank you, Andrew. As you suggest, we will close this issue. Please reopen the BZ if you do get a trace and we will take a look at it. |