[Xen-devel] [PATCH-for-4.13] SUPPORT.md: add core scheduling

Juergen Gross posted 1 patch 4 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20191211084549.10421-1-jgross@suse.com
SUPPORT.md | 8 ++++++++
1 file changed, 8 insertions(+)
[Xen-devel] [PATCH-for-4.13] SUPPORT.md: add core scheduling
Posted by Juergen Gross 4 years, 3 months ago
Add core scheduling feature to SUPPORT.md.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 SUPPORT.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/SUPPORT.md b/SUPPORT.md
index 1cad7d6164..169b6f8fcf 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -255,6 +255,14 @@ of using different schedulers and scheduling properties.
 
     Status: Supported
 
+### Core Scheduling
+
+Allows to group virtual cpus into virtual cores which are scheduled on the
+physical cores. This results in never running different guests at the same
+time on the same physical core.
+
+    Status, x86: Experimental
+
 ### Credit Scheduler
 
 A weighted proportional fair share virtual CPU scheduler.
-- 
2.16.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [PATCH-for-4.13] SUPPORT.md: add core scheduling
Posted by Jan Beulich 4 years, 3 months ago
On 11.12.2019 09:45, Juergen Gross wrote:
> Add core scheduling feature to SUPPORT.md.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

Acked-by: Jan Beulich <jbeulich@suse.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel