X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlib%2Fnode.h;h=955ffb98600e470e556367d1e187ebd7bd4dcd38;hb=878a9f57061ec6313dc8ad8ef4f1eb55e32665e7;hp=e40208b4bed2feae4433f7a06e758cf6ed708954;hpb=dd298e804a25dbebc9e284b3b2d0dfd9bf674ad8;p=vpp.git diff --git a/src/vlib/node.h b/src/vlib/node.h index e40208b4bed..955ffb98600 100644 --- a/src/vlib/node.h +++ b/src/vlib/node.h @@ -690,8 +690,9 @@ typedef struct vlib_node_runtime_t *nodes_by_type[VLIB_N_NODE_TYPE]; /* Node runtime indices for input nodes with pending interrupts. */ - void *interrupts; - volatile u32 *pending_interrupts; + void *input_node_interrupts; + void *pre_input_node_interrupts; + volatile u8 pending_interrupts; /* Input nodes are switched from/to interrupt to/from polling mode when average vector length goes above/below polling/interrupt