lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ