Re: [Xen-devel] [PATCHv1] x86/xen: add reschedule point when mapping foreign GFNs

2015-10-28 Thread Boris Ostrovsky
On 10/27/2015 07:50 AM, David Vrabel wrote: Mapping a large range of foreign GFNs can take a long time, add a reschedule point after each batch of 16 GFNs. Signed-off-by: David Vrabel --- arch/x86/xen/mmu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen

[Xen-devel] [PATCHv1] x86/xen: add reschedule point when mapping foreign GFNs

2015-10-27 Thread David Vrabel
Mapping a large range of foreign GFNs can take a long time, add a reschedule point after each batch of 16 GFNs. Signed-off-by: David Vrabel --- arch/x86/xen/mmu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c index 9c479fe..734fa84 100644 --- a/arch/