[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20160629.050344.1877930858239242573.davem@davemloft.net>
Date:	Wed, 29 Jun 2016 05:03:44 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	rvatsavayi@...iumnetworks.com
Cc:	netdev@...r.kernel.org, derek.chickles@...iumnetworks.com,
	satananda.burla@...iumnetworks.com,
	felix.manlunas@...iumnetworks.com,
	raghu.vatsavayi@...iumnetworks.com
Subject: Re: [PATCH net-next 01/10] liquidio: Vxlan support
From: Raghu Vatsavayi <rvatsavayi@...iumnetworks.com>
Date: Tue, 28 Jun 2016 17:54:23 -0700
> @@ -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.
Powered by blists - more mailing lists
 
