Re: can, tcan4x5x: look to merge rpi support into rpi kernel tree
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: 2021-02-26 12:41:26
Attachments
- signature.asc [application/pgp-signature] 488 bytes
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: 2021-02-26 12:41:26
On 2/26/21 1:31 PM, Torin Cooper-Bennun wrote:
On Fri, Feb 26, 2021 at 01:22:59PM +0100, Marc Kleine-Budde wrote:quoted
The problem is that netif_receive_skb(skb) is called from a threaded interrupt handler, but you should call it from NAPI.Ah, I was sure it was in fact called from NAPI, but that's only if is_peripheral is false. It should be as simple as getting rid of this switch, then, no? https://elixir.bootlin.com/linux/latest/source/drivers/net/can/m_can/m_can.c#L966
I think you cannot do (synchronous) SPI from NAPI (which is SoftIRQ context). regards, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Embedded Linux | https://www.pengutronix.de | Vertretung West/Dortmund | Phone: +49-231-2826-924 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |