Re: [ovs-dev] [PATCH] datapath: Turn vports with dependencies into separate modules

2015-03-30 Thread Thomas Graf
On 03/25/15 at 02:48pm, Pravin Shelar wrote: > Thanks for the patch. I saw couple of issues:- > I saw following warning due to missing symbol. > WARNING: "lockdep_ovsl_is_held" > [/home/pravin/ovs/w8/datapath/linux/vport-gre.ko] undefined! Thanks for catching! Fixed. > Command to reload kernel da

Re: [ovs-dev] [PATCH] datapath: Turn vports with dependencies into separate modules

2015-03-25 Thread Pravin Shelar
On Tue, Mar 17, 2015 at 5:00 AM, Thomas Graf wrote: > Upstream commit: > 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. > Da

[ovs-dev] [PATCH] datapath: Turn vports with dependencies into separate modules

2015-03-17 Thread Thomas Graf
Upstream commit: 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