New Patches Aim To Optimize Context Switching With Two Improvements
Collapse
X
-
Originally posted by intelfx View PostI'm not sure how this warning (in essence an internal consistency assertion in the TLB management code) would aid in "catching early" any kind of a high-level scheduler logic bug?
Leave a comment:
-
-
Originally posted by coder View PostHeh, a couple years from now, someone will probably discover a performance-robbing scheduler bug that's context-switching lots of threads on the same core, and it will turn out that this warning could've caught it early. Especially with people experimenting with sched_ext, we will want such warnings.
Leave a comment:
-
-
Originally posted by Rik van RielThis warning never ever seems to fire, even on a very large fleet, so it may be best to hide that behind CONFIG_DEBUG_VM. With the web server workload, this is also about 17% of switch_mm_irqs_off."
Now, I'm not saying to leave it always enabled. However, I wouldn't hide it behind a config option that's almost never used or that someone wouldn't naturally know to use, while tinkering with schedulers.
Leave a comment:
-
-
New Patches Aim To Optimize Context Switching With Two Improvements
Phoronix: New Patches Aim To Optimize Context Switching With Two Improvements
A set of Friday night patches provide for some exciting context switching optimizations to the Linux kernel...
Tags: None
-
Leave a comment: