Re: [ovs-dev] [PATCH 0/3] Improve vport module handling

2015-04-20 Thread Thomas Graf
On 04/20/15 at 01:13pm, Ben Pfaff wrote: > On Tue, Apr 07, 2015 at 12:43:40PM +0200, Thomas Graf wrote: > > Thomas Graf (3): > > ovs-ctl: Unload & reload vport modules on force-reload-kmod > > ovs-dev: Hint that vport modules may need to be loaded manually > > NEWS: Leave a comment that vport

Re: [ovs-dev] [PATCH 0/3] Improve vport module handling

2015-04-20 Thread Ben Pfaff
On Tue, Apr 07, 2015 at 12:43:40PM +0200, Thomas Graf wrote: > Thomas Graf (3): > ovs-ctl: Unload & reload vport modules on force-reload-kmod > ovs-dev: Hint that vport modules may need to be loaded manually > NEWS: Leave a comment that vports are now separate kernel modules I'm not sure of

[ovs-dev] [PATCH 0/3] Improve vport module handling

2015-04-07 Thread Thomas Graf
Thomas Graf (3): ovs-ctl: Unload & reload vport modules on force-reload-kmod ovs-dev: Hint that vport modules may need to be loaded manually NEWS: Leave a comment that vports are now separate kernel modules NEWS | 3 +++ utilities/ovs-ctl.in | 22 -- uti