On Thu, Sep 14, 2017 at 02:52:48PM -0600, Miguel Angel Ajo Pelayo wrote: > Although I see we have code for somehow packing stuff into conjunctions: > > https://github.com/openvswitch/ovs/blob/1ea2184501d43352ec40764f5eaa3cbd07e3fee3/ovn/controller/lflow.c#L298 > > I don't really understand (yet) what's it doing. Is it may be supposed to > cover this case but we got into a bug?
It's a naive, ad hoc algorithm that I implemented knowing at the time that I didn't know what was actually important yet. Now that we have an example of a case where it's important to get it right, it's time to take another look. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
