From f9d8b0270ff717c7882c6799e1cafabce11aa69a Mon Sep 17 00:00:00 2001 From: Jim Fehlig Date: Fri, 10 Nov 2017 15:01:00 -0700 Subject: [PATCH] news: add entries for specifying distance between vNUMA cells Add two new entries under new features for 3.10.0. One advertising support for specifying distance between vNUMA cells and another advertising Xen's support for vNUMA configuration. Signed-off-by: Jim Fehlig Reviewed-by: Erik Skultety --- docs/news.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index c7023c43b4..3966710ee5 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -35,6 +35,26 @@
+ + + conf: Support defining distances between virtual NUMA cells + + + A NUMA hardware architecture supports the notion of distances + between NUMA cells. This can now be specified using the + <distances> element within the NUMA cell + configuration. + + + + + Xen: Support defining vNUMA topology + + + Xen now supports defining a virtual NUMA topology for VMs, + including specifying distances between NUMA cells. + +
-- GitLab