Re: [PATCH v4 6/9] crypto/NX: Make enable code generic to add new GZIP compression type

2020-03-22 Thread Herbert Xu
On Sun, Mar 22, 2020 at 09:04:47PM -0700, Haren Myneni wrote: > > Make setup and enable code generic to support new GZIP compression type. > Changed nx842 reference to nx and moved some code to new functions. > Functionality is not changed except sparse warning fix - setting NULL > instead of 0 fo

[PATCH v4 6/9] crypto/NX: Make enable code generic to add new GZIP compression type

2020-03-22 Thread Haren Myneni
Make setup and enable code generic to support new GZIP compression type. Changed nx842 reference to nx and moved some code to new functions. Functionality is not changed except sparse warning fix - setting NULL instead of 0 for per_cpu send window in nx_delete_coprocs(). Signed-off-by: Haren Myn