Re: [PATCH V2 0/6] Enable NX 842 compression engine on Power9

2017-07-18 Thread Nicholas Piggin
On Mon, 17 Jul 2017 16:43:19 -0700 Haren Myneni wrote: > [PATCH V2 0/6] Enable NX 842 compression engine on Power9 > > P9 introduces Virtual Accelerator Switchboard (VAS) to communicate > with NX 842 engine. icswx function is used to access NX before. > On powerNV

Re: [PATCH] crypto: vmx - rebuild generated asm when target changes

2016-11-28 Thread Nicholas Piggin
On Mon, 28 Nov 2016 13:51:36 +0530 "Naveen N. Rao" <naveen.n@linux.vnet.ibm.com> wrote: > On 2016/11/26 03:24PM, Nicholas Piggin wrote: > > Switching from big endian to little endian can fail to regenerate > > the crypto assembly properly. Switch to us

[PATCH] crypto: vmx - rebuild generated asm when target changes

2016-11-25 Thread Nicholas Piggin
Switching from big endian to little endian can fail to regenerate the crypto assembly properly. Switch to using standard form of kbuild dependency checking (i.e., use FORCE and if_changed). Signed-off-by: Nicholas Piggin <npig...@gmail.com> --- drivers/crypto/vmx/Makefile | 12 +++--