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

2020-11-08 Thread Allen Pais
Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")' introduced a new tasklet initialization API. This series converts all the net/* drivers to use the new tasklet_setup() API The following series is based on net-next (9faebeb2d) Hi Aleen! I applied everything but the RDS patch

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

2020-11-07 Thread Jakub Kicinski
On Tue, 3 Nov 2020 14:48:15 +0530 Allen Pais wrote: > From: Allen Pais > > Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")' > introduced a new tasklet initialization API. This series converts > all the net/* drivers to use the new tasklet_setup() API > > The following series i

[net-next v4 0/8]net: convert tasklets to use new tasklet_setup API

2020-11-03 Thread Allen Pais
From: Allen Pais Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")' introduced a new tasklet initialization API. This series converts all the net/* drivers to use the new tasklet_setup() API The following series is based on net-next (9faebeb2d) v3: introduce qdisc_from_priv, su