Re: [PATCH v3 14/19] crypto: qat: convert tasklets to use new tasklet_setup() API

2021-01-17 Thread Allen Pais
In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. I have two minor comments: * Patches to the qat driver have the following headline

Re: [PATCH v3 14/19] crypto: qat: convert tasklets to use new tasklet_setup() API

2021-01-14 Thread Giovanni Cabiddu
Hi Allen, On Tue, Jan 12, 2021 at 07:16:45AM +0530, Allen Pais wrote: > From: Allen Pais > > In preparation for unconditionally passing the > struct tasklet_struct pointer to all tasklet > callbacks, switch to using the new tasklet_setup() > and from_tasklet() to pass the tasklet pointer explici