Skip to content

Commit cf7629d

Browse files
committed
fix(gem-net): ignore interrupt rather than crashing
1 parent 1339baf commit cf7629d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drivers/net/gem.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ impl NetworkDriver for GEMDriver {
402402
}
403403

404404
// handle incoming packets
405-
todo!();
405+
warn!("Interrupt is received but 'user space' will not be notified.");
406406
}
407407
}
408408
}

0 commit comments

Comments
 (0)