Re: [net-next v4 7/8] net: smc: convert tasklets to use new tasklet_setup() API

2020-11-05 Thread Karsten Graul
On 03/11/2020 10:18, 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 explicitly. > > Signed-off-by: Romain

Re: [net-next v4 7/8] net: smc: convert tasklets to use new tasklet_setup() API

2020-11-05 Thread Jakub Kicinski
On Tue, 3 Nov 2020 14:48:22 +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 explicitly. > > Signed-o

[net-next v4 7/8] net: smc: convert tasklets to use new tasklet_setup() API

2020-11-03 Thread Allen Pais
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 explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/smc/smc_cdc