From: Raghu Vatsavayi <redacted>
Date: Tue, 28 Jun 2016 17:54:23 -0700
quoted hunk ↗ jump to hunk
@@ -3222,6 +3406,10 @@ static struct net_device_ops lionetdevops = {
.ndo_do_ioctl = liquidio_ioctl,
.ndo_fix_features = liquidio_fix_features,
.ndo_set_features = liquidio_set_features,
+#ifdef CONFIG_VXLAN
+ .ndo_add_vxlan_port = liquidio_add_vxlan_port,
+ .ndo_del_vxlan_port = liquidio_del_vxlan_port,
+#endif
};
/** \brief Entry point for the liquidio module
This means that VXLAN cannot be used as a module with your driver.
Please look at how other drivers handle this issue.