1
0
mirror of https://github.com/simh/simh.git synced 2026-02-25 00:18:26 +00:00

3b2: Improve NI performance

This change implements asynchronous (non-polling) mode for NI Ethernet
packet receive.
This commit is contained in:
Seth Morabito
2019-08-25 20:39:48 -07:00
parent 9539b6273b
commit e4e7071b6a
3 changed files with 66 additions and 114 deletions

View File

@@ -1861,6 +1861,8 @@ t_stat sim_instr(void)
cpu_exception_stack_depth--;
}
AIO_CHECK_EVENT;
if (sim_interval-- <= 0) {
if ((stop_reason = sim_process_event())) {
break;