Re: [PATCH] kvm: arm: vgic: Let one looping code instead of two looping code

2014-11-30 Thread Chen Gang
On 11/30/14 19:08, Christoffer Dall wrote: > On Mon, Dec 01, 2014 at 10:04:32PM +0800, Chen Gang wrote: >> On 11/30/2014 06:07 PM, Christoffer Dall wrote: >>> On Sun, Nov 30, 2014 at 12:18:04PM +0800, Chen Gang wrote: Use one looping instead of two, so can let code more simpler and get a

Re: [PATCH] kvm: arm: vgic: Let one looping code instead of two looping code

2014-11-30 Thread Christoffer Dall
On Mon, Dec 01, 2014 at 10:04:32PM +0800, Chen Gang wrote: > On 11/30/2014 06:07 PM, Christoffer Dall wrote: > > On Sun, Nov 30, 2014 at 12:18:04PM +0800, Chen Gang wrote: > >> Use one looping instead of two, so can let code more simpler and get a > >> little better performance. > >> > >>

Re: [PATCH] kvm: arm: vgic: Let one looping code instead of two looping code

2014-11-30 Thread Chen Gang
On 11/30/2014 06:07 PM, Christoffer Dall wrote: > On Sun, Nov 30, 2014 at 12:18:04PM +0800, Chen Gang wrote: >> Use one looping instead of two, so can let code more simpler and get a >> little better performance. >> >> Signed-off-by: Chen Gang > > Performance? Please, this is vgic_create >

Re: [PATCH] kvm: arm: vgic: Let one looping code instead of two looping code

2014-11-30 Thread Christoffer Dall
On Sun, Nov 30, 2014 at 12:18:04PM +0800, Chen Gang wrote: > Use one looping instead of two, so can let code more simpler and get a > little better performance. > > Signed-off-by: Chen Gang Performance? Please, this is vgic_create This does nothing else than introduce churn. -Christoffer

Re: [PATCH] kvm: arm: vgic: Let one looping code instead of two looping code

2014-11-30 Thread Christoffer Dall
On Sun, Nov 30, 2014 at 12:18:04PM +0800, Chen Gang wrote: Use one looping instead of two, so can let code more simpler and get a little better performance. Signed-off-by: Chen Gang gang.chen.5...@gmail.com Performance? Please, this is vgic_create This does nothing else than introduce

Re: [PATCH] kvm: arm: vgic: Let one looping code instead of two looping code

2014-11-30 Thread Chen Gang
On 11/30/2014 06:07 PM, Christoffer Dall wrote: On Sun, Nov 30, 2014 at 12:18:04PM +0800, Chen Gang wrote: Use one looping instead of two, so can let code more simpler and get a little better performance. Signed-off-by: Chen Gang gang.chen.5...@gmail.com Performance? Please, this is

Re: [PATCH] kvm: arm: vgic: Let one looping code instead of two looping code

2014-11-30 Thread Christoffer Dall
On Mon, Dec 01, 2014 at 10:04:32PM +0800, Chen Gang wrote: On 11/30/2014 06:07 PM, Christoffer Dall wrote: On Sun, Nov 30, 2014 at 12:18:04PM +0800, Chen Gang wrote: Use one looping instead of two, so can let code more simpler and get a little better performance. Signed-off-by: Chen

Re: [PATCH] kvm: arm: vgic: Let one looping code instead of two looping code

2014-11-30 Thread Chen Gang
On 11/30/14 19:08, Christoffer Dall wrote: On Mon, Dec 01, 2014 at 10:04:32PM +0800, Chen Gang wrote: On 11/30/2014 06:07 PM, Christoffer Dall wrote: On Sun, Nov 30, 2014 at 12:18:04PM +0800, Chen Gang wrote: Use one looping instead of two, so can let code more simpler and get a little better

[PATCH] kvm: arm: vgic: Let one looping code instead of two looping code

2014-11-29 Thread Chen Gang
Use one looping instead of two, so can let code more simpler and get a little better performance. Signed-off-by: Chen Gang --- virt/kvm/arm/vgic.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/virt/kvm/arm/vgic.c b/virt/kvm/arm/vgic.c index cf23c13..eb1a51b 100644 ---

[PATCH] kvm: arm: vgic: Let one looping code instead of two looping code

2014-11-29 Thread Chen Gang
Use one looping instead of two, so can let code more simpler and get a little better performance. Signed-off-by: Chen Gang gang.chen.5...@gmail.com --- virt/kvm/arm/vgic.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/virt/kvm/arm/vgic.c b/virt/kvm/arm/vgic.c index cf23c13..eb1a51b