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

2020-11-06 Thread Steffen Klassert
On Thu, Nov 05, 2020 at 04:48:18PM -0800, Jakub Kicinski wrote: > On Tue, 3 Nov 2020 14:48:23 +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(

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

2020-11-05 Thread Jakub Kicinski
On Tue, 3 Nov 2020 14:48:23 +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 8/8] net: xfrm: 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/xfrm/xfrm_i