Merge branch 'net-convert-tasklets-to-use-new-tasklet_setup-api'
authorJakub Kicinski <kuba@kernel.org>
Sat, 7 Nov 2020 18:41:16 +0000 (10:41 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 7 Nov 2020 18:41:16 +0000 (10:41 -0800)
commitad8fc41c7845f3813b07fb0039244be81a37d23f
treeb0e18ecdaeedbccabdc23baec1f036c2eaba9327
parentae0d0bb29b311ee3c71c8796f76d309a3779c8d9
parent158d31da1cc168dd69a804fde2844182647e8eab
Merge branch 'net-convert-tasklets-to-use-new-tasklet_setup-api'

Allen Pais says:

====================
net: convert tasklets to use new tasklet_setup API

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, suggested by Eric Dumazet.
v2:
  get rid of QDISC_ALIGN()
v1:
  fix kerneldoc
====================

Link: https://lore.kernel.org/r/20201103091823.586717-1-allen.lkml@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>