Commit 3aa6715
committed
Merge: workqueue: Avoid using isolated cpus' timers on queue_delayed_work
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/3781
JIRA: https://issues.redhat.com/browse/RHEL-20254
Tested: oslat test on host & guest VM
Upstream Status: https://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/
Improves latency for host & guest RT tasks running on isolated CPUs.
- Avoid usage of isolated CPU to handle timer interrupts on schedule_delayed_work().
Signed-off-by: Leonardo Bras <leobras@redhat.com>
Approved-by: Waiman Long <longman@redhat.com>
Approved-by: Marcelo Tosatti <mtosatti@redhat.com>
Merged-by: Lucas Zampieri <lzampier@redhat.com>1 file changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1677 | 1677 | | |
1678 | 1678 | | |
1679 | 1679 | | |
1680 | | - | |
| 1680 | + | |
| 1681 | + | |
| 1682 | + | |
| 1683 | + | |
| 1684 | + | |
1681 | 1685 | | |
1682 | | - | |
1683 | | - | |
| 1686 | + | |
| 1687 | + | |
| 1688 | + | |
| 1689 | + | |
| 1690 | + | |
| 1691 | + | |
1684 | 1692 | | |
1685 | 1693 | | |
1686 | 1694 | | |
| |||
0 commit comments