
21 Nov
2017
21 Nov
'17
10:09 a.m.
On Wed, Nov 15, 2017 at 05:22:24PM -0500, John Ferlan wrote: > > >On 11/13/2017 03:50 AM, Martin Kletzander wrote: >> Signed-off-by: Martin Kletzander <mkletzan@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? > I don't know why I wanted to push resctrl in somehow. Fixed. >> + </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 left that part out and documented what's supported in, well, the documentation. There is no need to have this part in news.xml, I guess. Anyway, there'll be everything in v2 later. >I trust you can come up with something more complete without writing too >much. > >Reviewed-by: John Ferlan <jferlan@redhat.com> > > >John >> + </description> >> + </change> >> </section> >> <section title="Improvements"> >> </section> >>