Skip to content
Commit 30164759 authored by Marc Kleine-Budde's avatar Marc Kleine-Budde
Browse files

can: flexcan: make use of rx-offload's irq_offload_fifo



This patch converts the flexcan driver to make use of the rx-offload
can_rx_offload_irq_offload_fifo() helper function. The idea is to read
the CAN frames already in the interrupt context, as the depth of the
flexcan HW FIFO is too shallow, resulting in too many missed frames.
During a normal NAPI poll the frames are the pushed into the upper
layers.

Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent b93917c3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment