commit | cc8249c5fde1b00b043066617d35325dd1606cd6 | [log] [tgz] |
---|---|---|
author | Damjan Marion <damarion@cisco.com> | Sun Jul 23 14:24:22 2023 +0200 |
committer | Florin Coras <florin.coras@gmail.com> | Tue Jul 25 20:10:29 2023 +0000 |
tree | 105b40cf6eb8d00440832dd73aa4544aa173fd5a | |
parent | 3f40755749b07e5a936ad6d15622e371e7e5c25e [diff] [blame] |
vlib: interrupt mode support for pre-input nodes Type: improvement Change-Id: Ic6e60597d2be63e3a0ae4399a81dbbd72392f30d Signed-off-by: Damjan Marion <damarion@cisco.com>
diff --git a/src/vlib/unix/input.c b/src/vlib/unix/input.c index 9c7c54f..39c124c 100644 --- a/src/vlib/unix/input.c +++ b/src/vlib/unix/input.c
@@ -250,7 +250,7 @@ while (nanosleep (&ts, &tsrem) < 0) ts = tsrem; if (*vlib_worker_threads->wait_at_barrier || - *nm->pending_interrupts) + nm->pending_interrupts) goto done; } }