Re: [RFC][PATCH] Drop FOLL_GET in GUP when doing async_pf in kvm

2013-10-11 Thread Gleb Natapov
On Fri, Oct 11, 2013 at 06:08:16PM +0800, chai wen wrote: > On 10/10/2013 11:15 PM, Gleb Natapov wrote: > > On Thu, Oct 10, 2013 at 09:20:15PM +0800, chai wen wrote: > >> Hi Gleb > >> > >> Thanks for you explanation about async_pf in kvm. > >> Page pinning is not mandatory in kvm async_pf processin

Re: [RFC][PATCH] Drop FOLL_GET in GUP when doing async_pf in kvm

2013-10-11 Thread chai wen
On 10/10/2013 11:15 PM, Gleb Natapov wrote: > On Thu, Oct 10, 2013 at 09:20:15PM +0800, chai wen wrote: >> Hi Gleb >> >> Thanks for you explanation about async_pf in kvm. >> Page pinning is not mandatory in kvm async_pf processing and probably should >> be dropped later.this patch drops the FOLL_GE

Re: [RFC][PATCH] Drop FOLL_GET in GUP when doing async_pf in kvm

2013-10-10 Thread Gleb Natapov
On Thu, Oct 10, 2013 at 09:20:15PM +0800, chai wen wrote: > Hi Gleb > > Thanks for you explanation about async_pf in kvm. > Page pinning is not mandatory in kvm async_pf processing and probably should > be dropped later.this patch drops the FOLL_GET flag when doing GUP in async_pf > and uses a boo