Session layer refactoring
[vpp.git] / src / vnet / interface.h
index a1ea2d6..9c22304 100644 (file)
@@ -468,7 +468,10 @@ typedef struct vnet_hw_interface_t
   u32 input_node_index;
 
   /* input node cpu index by queue */
-  u32 *input_node_cpu_index_by_queue;
+  u32 *input_node_thread_index_by_queue;
+
+  /* device input device_and_queue runtime index */
+  uword *dq_runtime_index_by_queue;
 
 } vnet_hw_interface_t;