[ovs-dev] [PATCH ovn] ovn-sbctl: Sort "dump-flows" output by actions if all else fails.

2021-03-05 Thread Ben Pfaff
The Logical_Flow table can have rows that differ only in actions. Such rows would have identical matches and priorities and be in the same datapath. At first glance, any these rows would be a bug, since they'd match the same packets and there'd be no way to choose between them. In practice, thou

Re: [ovs-dev] [PATCH ovn] ovn-sbctl: Sort "dump-flows" output by actions if all else fails.

2021-03-09 Thread Han Zhou
On Fri, Mar 5, 2021 at 2:54 PM Ben Pfaff wrote: > > The Logical_Flow table can have rows that differ only in actions. Such > rows would have identical matches and priorities and be in the same > datapath. At first glance, any these rows would be a bug, since they'd > match the same packets and t

Re: [ovs-dev] [PATCH ovn] ovn-sbctl: Sort "dump-flows" output by actions if all else fails.

2021-03-10 Thread Ben Pfaff
On Tue, Mar 09, 2021 at 05:49:22PM -0800, Han Zhou wrote: > On Fri, Mar 5, 2021 at 2:54 PM Ben Pfaff wrote: > > > > The Logical_Flow table can have rows that differ only in actions. Such > > rows would have identical matches and priorities and be in the same > > datapath. At first glance, any th