Skip to main content

handle_interrupt

Function handle_interrupt 

Source
pub fn handle_interrupt()
Expand description

Called from idt.rs:nic_handler. Dispatches to the registered NIC’s handle_interrupt() (reads ICR, coalescing, TX reclaim). If the N2 data plane is active, drains received packets into the RX ring before waking strate-net (zero-syscall data path).