Re: [RFC PATCH 00/11] mm / virtio: Provide support for paravirtual waste page treatment

2019-06-03 Thread Alexander Duyck
On Mon, 2019-06-03 at 11:31 +0200, David Hildenbrand wrote: > On 30.05.19 23:53, Alexander Duyck wrote: > > This series provides an asynchronous means of hinting to a hypervisor > > that a guest page is no longer in use and can have the data associated > > with it dropped. To do this I have

Re: [RFC PATCH 00/11] mm / virtio: Provide support for paravirtual waste page treatment

2019-06-03 Thread David Hildenbrand
On 30.05.19 23:53, Alexander Duyck wrote: > This series provides an asynchronous means of hinting to a hypervisor > that a guest page is no longer in use and can have the data associated > with it dropped. To do this I have implemented functionality that allows > for what I am referring to as

Re: [RFC PATCH 00/11] mm / virtio: Provide support for paravirtual waste page treatment

2019-05-31 Thread Alexander Duyck
On Fri, May 31, 2019 at 4:16 AM Nitesh Narayan Lal wrote: > > > On 5/30/19 5:53 PM, Alexander Duyck wrote: > > This series provides an asynchronous means of hinting to a hypervisor > > that a guest page is no longer in use and can have the data associated > > with it dropped. To do this I have

Re: [RFC PATCH 00/11] mm / virtio: Provide support for paravirtual waste page treatment

2019-05-31 Thread Nitesh Narayan Lal
On 5/30/19 5:53 PM, Alexander Duyck wrote: > This series provides an asynchronous means of hinting to a hypervisor > that a guest page is no longer in use and can have the data associated > with it dropped. To do this I have implemented functionality that allows > for what I am referring to as

Re: [RFC PATCH 00/11] mm / virtio: Provide support for paravirtual waste page treatment

2019-05-30 Thread Michael S. Tsirkin
On Thu, May 30, 2019 at 02:53:34PM -0700, Alexander Duyck wrote: > This series provides an asynchronous means of hinting to a hypervisor > that a guest page is no longer in use and can have the data associated > with it dropped. To do this I have implemented functionality that allows > for what I

[RFC PATCH 00/11] mm / virtio: Provide support for paravirtual waste page treatment

2019-05-30 Thread Alexander Duyck
This series provides an asynchronous means of hinting to a hypervisor that a guest page is no longer in use and can have the data associated with it dropped. To do this I have implemented functionality that allows for what I am referring to as "waste page treatment". I have based many of the