Re: [PATCH V3 02/16] powerpc/vas: Move VAS API to common book3s platform

2021-05-10 Thread Michael Ellerman
Nicholas Piggin writes: > Excerpts from Haren Myneni's message of April 18, 2021 7:02 am: >> >> Using the same /dev/crypto/nx-gzip interface for both powerNV and >> pseries. > > The pseries NX driver will use the powernv VAS API ? > >> So this patch creates platforms/book3s/ and moves VAS API >>

Re: [PATCH V3 02/16] powerpc/vas: Move VAS API to common book3s platform

2021-05-10 Thread Haren Myneni
On Mon, 2021-05-10 at 15:19 +1000, Nicholas Piggin wrote: > Excerpts from Haren Myneni's message of April 18, 2021 7:02 am: > > Using the same /dev/crypto/nx-gzip interface for both powerNV and > > pseries. > > The pseries NX driver will use the powernv VAS API ? Yes, both powerNV and pseries driv

Re: [PATCH V3 02/16] powerpc/vas: Move VAS API to common book3s platform

2021-05-09 Thread Nicholas Piggin
Excerpts from Haren Myneni's message of April 18, 2021 7:02 am: > > Using the same /dev/crypto/nx-gzip interface for both powerNV and > pseries. The pseries NX driver will use the powernv VAS API ? > So this patch creates platforms/book3s/ and moves VAS API > to that directory. The actual functi

[PATCH V3 02/16] powerpc/vas: Move VAS API to common book3s platform

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