Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit cba11062 authored by Grygorii Strashko's avatar Grygorii Strashko
Browse files

net: ethernet: ti: icssg_prueth: fix irqs type


The K3 INTA driver, which is source TX/RX IRQs for ICSSG network, defines
IRQs triggering type as EDGE by default, but triggering type for CPSW NUSS
TX/RX IRQs has to be LEVEL as the EDGE triggering type may cause
unnecessary IRQs triggering and NAPI scheduling for empty queues.

Fix it by explicitly specifying ICSSG TX/RX IRQ type as IRQF_TRIGGER_HIGH.

Signed-off-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
parent d4ca4097
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