On Wed, Jul 29, 2015 at 4:52 PM, Joe Stringer <joestrin...@nicira.com> wrote:
> We already queue the removal of the kernel module in OVS_VSWITCHD_START,
> via an ON_EXIT() call. This redundant removal also doesn't interact very
> well with usage of vports: If the datapath still exists in the kernel,
> we cannot remove a vport module; if we cannot remove a vport module, we
> cannot remove the openvswitch module. Having the call here prevents
> tunnel tests from manually cleaning up their datapath on exit, so this
> patch removes it.
>

I don't understand this. If we consider each test as an independent
sessions, should we be able
to be add and remove kernel modules in between?  Some kernel bugs only
shows up during module
clean ups.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to