diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2021-03-09 09:42:11 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2021-03-17 16:33:58 +0100 |
commit | c62c38e349c73cad90f59f00fe8070b3648b6d08 (patch) | |
tree | b4adfdf2083869ecadd8ede9b89faf0bccf2ab55 /drivers/net/ethernet/dlink | |
parent | eb2dafbba8b824ee77f166629babd470dd0b1c0a (diff) | |
download | linux-c62c38e349c73cad90f59f00fe8070b3648b6d08.tar.gz linux-c62c38e349c73cad90f59f00fe8070b3648b6d08.tar.bz2 linux-c62c38e349c73cad90f59f00fe8070b3648b6d08.zip |
net: jme: Replace link-change tasklet with work
The link change tasklet disables the tasklets for tx/rx processing while
upating hw parameters and then enables the tasklets again.
This update can also be pushed into a workqueue where it can be performed
in preemptible context. This allows tasklet_disable() to become sleeping.
Replace the linkch_task tasklet with a work.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20210309084242.106288922@linutronix.de
Diffstat (limited to 'drivers/net/ethernet/dlink')
0 files changed, 0 insertions, 0 deletions