From: Thomas Graf Date: Wed, 22 Oct 2014 15:29:06 +0000 (+0200) Subject: ovs: Turn vports with dependencies into separate modules X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~336 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62b9c8d0372d;p=pandora-kernel.git ovs: Turn vports with dependencies into separate modules The internal and netdev vport remain part of openvswitch.ko. Encap vports including vxlan, gre, and geneve can be built as separate modules and are loaded on demand. Modules can be unloaded after use. Datapath ports keep a reference to the vport module during their lifetime. Allows to remove the error prone maintenance of the global list vport_ops_list. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed