Acked-by: Ethan Jackson <[email protected]>
On Mon, Jun 9, 2014 at 4:17 PM, Thomas Graf <[email protected]> wrote: > On 06/05/14 at 10:02pm, Ben Pfaff wrote: >> The delete_flow__() function had two callers, each of which had to >> correctly call ofmonitor_flush() when completely done. An upcoming commit >> will add another function that the callers need to call. This is easier >> if delete_flow__() only has one caller, so this commit refactors so that >> it does, and inlines delete_flow__() into that caller for further >> simplification. >> >> Also remove a parameter from delete_flows__() that wasn't really needed >> and change its return type to void since it can't ever fail. >> >> Signed-off-by: Ben Pfaff <[email protected]> > > Acked-by: Thomas Graf <[email protected]> > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
