Add support for multiple microarchitectures in single binary
[vpp.git] / vnet / vnet / gre / gre.c
index 075bd6f..6d37515 100644 (file)
@@ -454,6 +454,9 @@ VNET_DEVICE_CLASS (gre_device_class) = {
 #endif
 };
 
+VLIB_DEVICE_TX_FUNCTION_MULTIARCH (gre_device_class,
+                                  gre_interface_tx)
+
 
 VNET_HW_INTERFACE_CLASS (gre_hw_interface_class) = {
   .name = "GRE",