[ovs-dev] [PATCH] datapath: Remove vport_del_all() because it is now a no-op.

Jesse Gross jesse at nicira.com
Fri Jan 21 00:08:59 UTC 2011


On Thu, Jan 20, 2011 at 3:35 PM, Ben Pfaff <blp at nicira.com> wrote:
> vport_del_all() was created when vports could exist without being attached
> to any datapath.  Now, a vport is always attached to a datapath.  This
> function was only called on module unload, but the module can't be unloaded
> if any datapath exists, so it won't ever have any work to do, and we might
> as well delete it entirely.
>
> Signed-off-by: Ben Pfaff <blp at nicira.com>
> Suggested-by: Jesse Gross <jesse at nicira.com>

Acked-by: Jesse Gross <jesse at nicira.com>




More information about the dev mailing list