On 11/13/2017 03:50 AM, Martin Kletzander wrote:
Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com>
---
docs/news.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
> diff --git a/docs/news.xml b/docs/news.xml
index ef855d895886..e06c981e36da 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -35,6 +35,17 @@
<libvirt>
<release version="v3.10.0" date="unreleased">
<section title="New features">
+ <change>
+ <summary>
+ Added support for CAT (resctrl tuning)
Actually Cache Allocation Technology, right?
+ </summary>
+ <description>
+ Domain vCPU threads can now have allocated some parts of host cache
+ using <code>cachetune</code> element in
<code>cputune</code>. The
using the
+ support is limited in some ways, but in the future it
could be
+ extended.
Instead of "in some ways, but..." - let's just describe the basics that
got implemented. The ability to define for vCPU(s) how CAT will be
configured for the domain for the cache id, level, and size.
I trust you can come up with something more complete without writing too
much.
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John
+ </description>
+ </change>
</section>
<section title="Improvements">
</section>