Session layer refactoring
[vpp.git] / src / vnet / interface.h
index ef8f911..9c22304 100644 (file)
@@ -464,6 +464,15 @@ typedef struct vnet_hw_interface_t
 #define VNET_HW_INTERFACE_BOND_INFO_NONE ((uword *) 0)
 #define VNET_HW_INTERFACE_BOND_INFO_SLAVE ((uword *) ~0)
 
+  /* Input node */
+  u32 input_node_index;
+
+  /* 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;
 
 extern vnet_device_class_t vnet_local_interface_device_class;