https://github.com/torvalds/linux
Revision de123268300fd33b7f7668fda3264059daffa6ef authored by Or Gerlitz on 13 March 2014, 12:52:15 UTC, committed by David S. Miller on 13 March 2014, 17:35:40 UTC
When mlx4_en_stop_port() is called, we need to deregister also the
tunnel steering rules that relate to multicast.

Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 0a8d8c4
Raw File
Tip revision: de123268300fd33b7f7668fda3264059daffa6ef authored by Or Gerlitz on 13 March 2014, 12:52:15 UTC
net/mlx4_en: Deregister multicast vxlan steering rules when going down
Tip revision: de12326
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top