[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200528211518.GA15665@localhost>
Date: Thu, 28 May 2020 23:15:18 +0200
From: Armin Wolf <W_Armin@....de>
To: netdev@...r.kernel.org
Subject: Usage of mdelay() inside Interrupt
Hi,
while browsing the sourcefile of lib8390.c in
drivers/net/ethernet/8390/, i noticed that inside
of ei_rx_overrun(), which is called from inside
a Interrupt handler, mdelay() is being used.
So i wonder if the usage of mdelay() inside the
Interrupt handler may cause problems since waiting
~10ms in Interrupt context seems a bit odd.
Powered by blists - more mailing lists