Re: [kvm-unit-tests PATCH v2 2/8] arm64: microbench: Use the funcions for ipi test as the general functions for gic(ipi/lpi/timer) test

2020-07-02 Thread Auger Eric
Hi, On 7/2/20 5:01 AM, Jingyi Wang wrote: > The following patches will use that. > > Signed-off-by: Jingyi Wang > --- > arm/micro-bench.c | 39 ++- > 1 file changed, 22 insertions(+), 17 deletions(-) > With commit message suggested by Drew, Reviewed-by: Eri

Re: [kvm-unit-tests PATCH v2 2/8] arm64: microbench: Use the funcions for ipi test as the general functions for gic(ipi/lpi/timer) test

2020-07-02 Thread Jingyi Wang
Hi Drew, On 7/2/2020 1:25 PM, Andrew Jones wrote: Hi Jingyi, This patch has quite a long summary. How about instead of arm64: microbench: Use the funcions for ipi test as the general functions for gic(ipi/lpi/timer) test we use arm64: microbench: Generalize ipi test names and then in

Re: [kvm-unit-tests PATCH v2 2/8] arm64: microbench: Use the funcions for ipi test as the general functions for gic(ipi/lpi/timer) test

2020-07-01 Thread Andrew Jones
Hi Jingyi, This patch has quite a long summary. How about instead of arm64: microbench: Use the funcions for ipi test as the general functions for gic(ipi/lpi/timer) test we use arm64: microbench: Generalize ipi test names and then in the commit message, instead of The following patches

[kvm-unit-tests PATCH v2 2/8] arm64: microbench: Use the funcions for ipi test as the general functions for gic(ipi/lpi/timer) test

2020-07-01 Thread Jingyi Wang
The following patches will use that. Signed-off-by: Jingyi Wang --- arm/micro-bench.c | 39 ++- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/arm/micro-bench.c b/arm/micro-bench.c index 794dfac..fc4d356 100644 --- a/arm/micro-bench.c +++ b/ar