dpdk: add l2_hdr_offset and l3_hdr_offset in vlib_buffer_t
[vpp.git] / src / vnet / devices / devices.h
index b74e371..c303cb6 100644 (file)
@@ -73,6 +73,7 @@ typedef struct
 extern vnet_device_main_t vnet_device_main;
 extern vlib_node_registration_t device_input_node;
 extern const u32 device_input_next_node_advance[];
+extern const u32 device_input_next_node_flags[];
 
 static inline void
 vnet_hw_interface_set_input_node (vnet_main_t * vnm, u32 hw_if_index,