Re: [PATCH v5 15/17] crypto/nx: Register and unregister VAS interface on PowerVM

2021-06-13 Thread Nicholas Piggin
Excerpts from Haren Myneni's message of June 13, 2021 9:04 pm: > > The user space uses /dev/crypto/nx-gzip interface to setup VAS > windows, create paste mapping and close windows. This patch adds > changes to create/remove this interface with VAS register/unregister > functions on PowerVM platfor

[PATCH v5 15/17] crypto/nx: Register and unregister VAS interface on PowerVM

2021-06-13 Thread Haren Myneni
The user space uses /dev/crypto/nx-gzip interface to setup VAS windows, create paste mapping and close windows. This patch adds changes to create/remove this interface with VAS register/unregister functions on PowerVM platform. Signed-off-by: Haren Myneni Acked-by: Herbert Xu --- drivers/cryp