All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] changelog: add relevant changes during 4.14 development window
@ 2020-05-11 10:31 Roger Pau Monne
  2020-05-11 11:33 ` Paul Durrant
  2020-05-11 13:10 ` Jan Beulich
  0 siblings, 2 replies; 5+ messages in thread
From: Roger Pau Monne @ 2020-05-11 10:31 UTC (permalink / raw)
  To: xen-devel; +Cc: Community Manager, Paul Durrant, Roger Pau Monne

Add entries for the relevant changes I've been working on during the
4.14 development time frame. Mostly performance improvements related
to pvshim scalability issues when running with high number of vCPUs.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
 CHANGELOG.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b11e9bc4e3..554eeb6a12 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 
 ### Added
  - This file and MAINTAINERS entry.
+ - Use x2APIC mode whenever available, regardless of interrupt remapping
+   support.
+ - Performance improvements to guest assisted TLB flushes, either when using
+   the Xen hypercall interface or the viridian one.
+ - Assorted pvshim performance and scalability improvements plus some bug
+   fixes.
 
 ## [4.13.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.13.0) - 2019-12-17
 
-- 
2.26.2



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* RE: [PATCH] changelog: add relevant changes during 4.14 development window
  2020-05-11 10:31 [PATCH] changelog: add relevant changes during 4.14 development window Roger Pau Monne
@ 2020-05-11 11:33 ` Paul Durrant
  2020-05-11 13:10 ` Jan Beulich
  1 sibling, 0 replies; 5+ messages in thread
From: Paul Durrant @ 2020-05-11 11:33 UTC (permalink / raw)
  To: 'Roger Pau Monne', xen-devel; +Cc: 'Community Manager'

> -----Original Message-----
> From: Roger Pau Monne <roger.pau@citrix.com>
> Sent: 11 May 2020 11:32
> To: xen-devel@lists.xenproject.org
> Cc: Roger Pau Monne <roger.pau@citrix.com>; Paul Durrant <paul@xen.org>; Community Manager
> <community.manager@xenproject.org>
> Subject: [PATCH] changelog: add relevant changes during 4.14 development window
> 
> Add entries for the relevant changes I've been working on during the
> 4.14 development time frame. Mostly performance improvements related
> to pvshim scalability issues when running with high number of vCPUs.
> 
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>

Acked-by: Paul Durrant <paul@xen.org>

> ---
>  CHANGELOG.md | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index b11e9bc4e3..554eeb6a12 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
> 
>  ### Added
>   - This file and MAINTAINERS entry.
> + - Use x2APIC mode whenever available, regardless of interrupt remapping
> +   support.
> + - Performance improvements to guest assisted TLB flushes, either when using
> +   the Xen hypercall interface or the viridian one.
> + - Assorted pvshim performance and scalability improvements plus some bug
> +   fixes.
> 
>  ## [4.13.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.13.0) - 2019-12-17
> 
> --
> 2.26.2




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] changelog: add relevant changes during 4.14 development window
  2020-05-11 10:31 [PATCH] changelog: add relevant changes during 4.14 development window Roger Pau Monne
  2020-05-11 11:33 ` Paul Durrant
@ 2020-05-11 13:10 ` Jan Beulich
  2020-05-19  9:43   ` Roger Pau Monné
  1 sibling, 1 reply; 5+ messages in thread
From: Jan Beulich @ 2020-05-11 13:10 UTC (permalink / raw)
  To: Roger Pau Monne; +Cc: Community Manager, xen-devel, Paul Durrant

On 11.05.2020 12:31, Roger Pau Monne wrote:
> Add entries for the relevant changes I've been working on during the
> 4.14 development time frame. Mostly performance improvements related
> to pvshim scalability issues when running with high number of vCPUs.
> 
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> ---
>  CHANGELOG.md | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index b11e9bc4e3..554eeb6a12 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>  
>  ### Added
>   - This file and MAINTAINERS entry.
> + - Use x2APIC mode whenever available, regardless of interrupt remapping
> +   support.
> + - Performance improvements to guest assisted TLB flushes, either when using
> +   the Xen hypercall interface or the viridian one.
> + - Assorted pvshim performance and scalability improvements plus some bug
> +   fixes.

Wouldn't most/all of these better go under a "### Changed" heading?

Jan


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] changelog: add relevant changes during 4.14 development window
  2020-05-11 13:10 ` Jan Beulich
@ 2020-05-19  9:43   ` Roger Pau Monné
  2020-05-19  9:46     ` Jan Beulich
  0 siblings, 1 reply; 5+ messages in thread
From: Roger Pau Monné @ 2020-05-19  9:43 UTC (permalink / raw)
  To: Jan Beulich; +Cc: Community Manager, xen-devel, Paul Durrant

On Mon, May 11, 2020 at 03:10:07PM +0200, Jan Beulich wrote:
> [CAUTION - EXTERNAL EMAIL] DO NOT reply, click links, or open attachments unless you have verified the sender and know the content is safe.
> 
> On 11.05.2020 12:31, Roger Pau Monne wrote:
> > Add entries for the relevant changes I've been working on during the
> > 4.14 development time frame. Mostly performance improvements related
> > to pvshim scalability issues when running with high number of vCPUs.
> > 
> > Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> > ---
> >  CHANGELOG.md | 6 ++++++
> >  1 file changed, 6 insertions(+)
> > 
> > diff --git a/CHANGELOG.md b/CHANGELOG.md
> > index b11e9bc4e3..554eeb6a12 100644
> > --- a/CHANGELOG.md
> > +++ b/CHANGELOG.md
> > @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
> >  
> >  ### Added
> >   - This file and MAINTAINERS entry.
> > + - Use x2APIC mode whenever available, regardless of interrupt remapping
> > +   support.
> > + - Performance improvements to guest assisted TLB flushes, either when using
> > +   the Xen hypercall interface or the viridian one.
> > + - Assorted pvshim performance and scalability improvements plus some bug
> > +   fixes.
> 
> Wouldn't most/all of these better go under a "### Changed" heading?

Sorry I didn't get to this on time, I see the patch has been
committed. Would you like me to move them?

Roger.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] changelog: add relevant changes during 4.14 development window
  2020-05-19  9:43   ` Roger Pau Monné
@ 2020-05-19  9:46     ` Jan Beulich
  0 siblings, 0 replies; 5+ messages in thread
From: Jan Beulich @ 2020-05-19  9:46 UTC (permalink / raw)
  To: Roger Pau Monné; +Cc: Community Manager, xen-devel, Paul Durrant

On 19.05.2020 11:43, Roger Pau Monné wrote:
> On Mon, May 11, 2020 at 03:10:07PM +0200, Jan Beulich wrote:
>> [CAUTION - EXTERNAL EMAIL] DO NOT reply, click links, or open attachments unless you have verified the sender and know the content is safe.
>>
>> On 11.05.2020 12:31, Roger Pau Monne wrote:
>>> Add entries for the relevant changes I've been working on during the
>>> 4.14 development time frame. Mostly performance improvements related
>>> to pvshim scalability issues when running with high number of vCPUs.
>>>
>>> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
>>> ---
>>>  CHANGELOG.md | 6 ++++++
>>>  1 file changed, 6 insertions(+)
>>>
>>> diff --git a/CHANGELOG.md b/CHANGELOG.md
>>> index b11e9bc4e3..554eeb6a12 100644
>>> --- a/CHANGELOG.md
>>> +++ b/CHANGELOG.md
>>> @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>>>  
>>>  ### Added
>>>   - This file and MAINTAINERS entry.
>>> + - Use x2APIC mode whenever available, regardless of interrupt remapping
>>> +   support.
>>> + - Performance improvements to guest assisted TLB flushes, either when using
>>> +   the Xen hypercall interface or the viridian one.
>>> + - Assorted pvshim performance and scalability improvements plus some bug
>>> +   fixes.
>>
>> Wouldn't most/all of these better go under a "### Changed" heading?
> 
> Sorry I didn't get to this on time, I see the patch has been
> committed. Would you like me to move them?

Well, not sure. Whoever committed the patch must have done so for
a reason. Personally I continue to think as expressed ...

Jan


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-19  9:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11 10:31 [PATCH] changelog: add relevant changes during 4.14 development window Roger Pau Monne
2020-05-11 11:33 ` Paul Durrant
2020-05-11 13:10 ` Jan Beulich
2020-05-19  9:43   ` Roger Pau Monné
2020-05-19  9:46     ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.