commit | d254586c34538c0014280806c5d4795697cf21e5 | [log] [tgz] |
---|---|---|
author | David Jander <david@protonic.nl> | Fri Oct 10 17:30:10 2014 +0200 |
committer | Marc Kleine-Budde <mkl@pengutronix.de> | Mon Feb 06 15:13:23 2017 +0100 |
tree | ecce05b11eb440dc8bfc211de75304cd977ebbf9 | |
parent | bd092ad1463ca0990581fa992e12a9b0ed295d25 [diff] |
can: rx-offload: Add support for HW fifo based irq offloading Some CAN controllers have a usable FIFO already but can still benefit from off-loading the CAN controller FIFO. The CAN frames of the FIFO are read and put into a skb queue during interrupt and then transmitted in a NAPI context. Signed-off-by: David Jander <david@protonic.nl> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>