Thread (12 messages) flat view 12 messages, 2 authors, 2016-06-29

Re: [PATCH net-next 01/10] liquidio: Vxlan support

From: David Miller <davem@davemloft.net>
Date: 2016-06-29 09:16:03

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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help