Re: [PATCH 02/16] powerpc/vas: Make VAS API powerpc platform independent

2021-04-13 Thread Michael Ellerman
Christophe Leroy writes: > Le 11/04/2021 à 02:31, Haren Myneni a écrit : >> >> Using the same /dev/crypto/nx-gzip interface for both powerNV and >> pseries. So this patcb moves VAS API to powerpc platform indepedent >> directory. The actual functionality is not changed in this patch. > > This

[V2 PATCH 02/16] powerpc/vas: Make VAS API powerpc platform independent

2021-04-13 Thread Haren Myneni
Using the same /dev/crypto/nx-gzip interface for both powerNV and pseries. So this patch moves VAS API to powerpc platform indepedent directory. The actual functionality is not changed in this patch. Common interface functions such as open, window open ioctl, mmap and close are moved to

Re: [PATCH 02/16] powerpc/vas: Make VAS API powerpc platform independent

2021-04-11 Thread Haren Myneni
Christophe, Thanks for your comments. Please see below for my responses. On Sun, 2021-04-11 at 10:49 +0200, Christophe Leroy wrote: > > Le 11/04/2021 à 02:31, Haren Myneni a écrit : > > Using the same /dev/crypto/nx-gzip interface for both powerNV and > > pseries. So this patcb moves

Re: [PATCH 02/16] powerpc/vas: Make VAS API powerpc platform independent

2021-04-11 Thread Christophe Leroy
Le 11/04/2021 à 02:31, Haren Myneni a écrit : Using the same /dev/crypto/nx-gzip interface for both powerNV and pseries. So this patcb moves VAS API to powerpc platform indepedent directory. The actual functionality is not changed in this patch. This patch seems to do a lot more than

[PATCH 02/16] powerpc/vas: Make VAS API powerpc platform independent

2021-04-10 Thread Haren Myneni
Using the same /dev/crypto/nx-gzip interface for both powerNV and pseries. So this patcb moves VAS API to powerpc platform indepedent directory. The actual functionality is not changed in this patch. Signed-off-by: Haren Myneni --- arch/powerpc/Kconfig | 15 +