Re: [ovs-dev] [PATCH] ovs-ctl: Unload vport modules on force-reload-kmod

2015-04-03 Thread Thomas Graf
On 04/02/15 at 10:17pm, Pravin Shelar wrote: > On Mon, Mar 30, 2015 at 6:06 AM, Thomas Graf wrote: > > We manually rmmod the loaded vports as using modprobe -r > > only works if the modules are available through modules.dep > > > > Upon restart, the vports get automatically reloaded when the > > r

Re: [ovs-dev] [PATCH] ovs-ctl: Unload vport modules on force-reload-kmod

2015-04-02 Thread Pravin Shelar
On Mon, Mar 30, 2015 at 6:06 AM, Thomas Graf wrote: > We manually rmmod the loaded vports as using modprobe -r > only works if the modules are available through modules.dep > > Upon restart, the vports get automatically reloaded when the > respective vports are added. > > Reported-by: Pravin Shela

[ovs-dev] [PATCH] ovs-ctl: Unload vport modules on force-reload-kmod

2015-03-30 Thread Thomas Graf
We manually rmmod the loaded vports as using modprobe -r only works if the modules are available through modules.dep Upon restart, the vports get automatically reloaded when the respective vports are added. Reported-by: Pravin Shelar Signed-off-by: Thomas Graf --- utilities/ovs-ctl.in | 4