Re: [PATCH v2 16/20] ethernet: netronome: convert tasklets to use new tasklet_setup() API
From: Jakub Kicinski <kuba@kernel.org>
Date: 2020-09-09 17:04:14
From: Jakub Kicinski <kuba@kernel.org>
Date: 2020-09-09 17:04:14
On Wed, 9 Sep 2020 14:15:06 +0530 Allen Pais wrote:
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 <romain.perier@gmail.com> Signed-off-by: Allen Pais <redacted>
Acked-by: Jakub Kicinski <kuba@kernel.org>