On Mon, Jul 15, 2013 at 06:55:45PM -0700, Justin Pettit wrote: > Don't install a flow if it's the result of the "userspace" action for an > already installed facet. This can occur when a datapath flow with > wildcards has a "userspace" action and flows sent to userspace result in > a different subfacet, which will then be rejected as overlapping by the > datapath. > > Signed-off-by: Justin Pettit <[email protected]> > Co-authored-by: Ethan Jackson <[email protected]>
Looks good. The code to update 'facet''s stats is identical to most of subfacet_update_stats(), so perhaps that should be factored out into a new function. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
