Re: [PATCH] powerpc/configs: Enable VMX crypto

2016-07-14 Thread Michael Ellerman
Anton Blanchard writes: > From: Anton Blanchard > > We see big improvements with the VMX crypto functions (often 10x or more), > so enable it as a module. I can't build pseries_defconfig with this applied: /tmp/ccsjEdNB.s: Assembler messages: /tmp/ccsjEdNB.s: Error: .size expression for ae

Re: [PATCH] powerpc/configs: Enable VMX crypto

2016-07-11 Thread Michael Ellerman
Anton Blanchard writes: > Hi Steven, > >> Not in ppc64_defconfig? > > Good point. The recent addition of powernv_defconfig made me forget > about ppc64_defconfig. We could do with some rationalisation here. Understatement of the century. > pseries isn't really pseries, perhaps we should call it

[PATCH] powerpc/configs: Enable VMX crypto

2016-07-11 Thread Anton Blanchard
From: Anton Blanchard We see big improvements with the VMX crypto functions (often 10x or more), so enable it as a module. Signed-off-by: Anton Blanchard --- arch/powerpc/configs/powernv_defconfig | 2 ++ arch/powerpc/configs/ppc64_defconfig | 2 ++ arch/powerpc/configs/pseries_defconfig | 2

Re: [PATCH] powerpc/configs: Enable VMX crypto

2016-07-11 Thread Anton Blanchard via Linuxppc-dev
Hi Steven, > Not in ppc64_defconfig? Good point. The recent addition of powernv_defconfig made me forget about ppc64_defconfig. We could do with some rationalisation here. pseries isn't really pseries, perhaps we should call it ibm_defconfig, or maybe server_deconfig. ppc64_defconfig continues t

Re: [PATCH] powerpc/configs: Enable VMX crypto

2016-07-11 Thread Stephen Rothwell
Hi Anton, On Tue, 12 Jul 2016 09:25:21 +1000 Anton Blanchard wrote: > > From: Anton Blanchard > > We see big improvements with the VMX crypto functions (often 10x or more), > so enable it as a module. > > Signed-off-by: Anton Blanchard > --- > arch/powerpc/configs/powernv_defconfig | 2 ++ >

[PATCH] powerpc/configs: Enable VMX crypto

2016-07-11 Thread Anton Blanchard
From: Anton Blanchard We see big improvements with the VMX crypto functions (often 10x or more), so enable it as a module. Signed-off-by: Anton Blanchard --- arch/powerpc/configs/powernv_defconfig | 2 ++ arch/powerpc/configs/pseries_defconfig | 2 ++ 2 files changed, 4 insertions(+) diff --g