interface: rx queue infra rework, part one
[vpp.git] / src / vlib / unix / input.c
index 7531dd1..6398148 100644 (file)
@@ -249,8 +249,8 @@ linux_epoll_input_inline (vlib_main_t * vm, vlib_node_runtime_t * node,
 
                while (nanosleep (&ts, &tsrem) < 0)
                  ts = tsrem;
-               if (*vlib_worker_threads->wait_at_barrier
-                   || *nm->pending_remote_interrupts_notify)
+               if (*vlib_worker_threads->wait_at_barrier ||
+                   *nm->pending_interrupts)
                  goto done;
              }
          }