Re: [ovs-dev] [PATCH v6 2/7] ovn: add is_chassis_resident match expression component

2017-01-06 Thread Mickey Spiegel
It looks like a commit yesterday https://github.com/openvswitch/ovs/commit/b34e898f3c2956bed4703aeebb7d454a72a69eed is causing the mismatch. Starting to rebase now. Mickey On Fri, Jan 6, 2017 at 9:23 AM, Ben Pfaff wrote: > On Thu, Jan 05, 2017 at 02:46:18AM -0800, Mickey Spiegel

Re: [ovs-dev] [PATCH v6 2/7] ovn: add is_chassis_resident match expression component

2017-01-06 Thread Ben Pfaff
Thanks! On Fri, Jan 06, 2017 at 09:35:30AM -0800, Mickey Spiegel wrote: > It looks like a commit yesterday > https://github.com/openvswitch/ovs/commit/b34e898f3c2956bed4703aeebb7d454a72a69eed > is causing the mismatch. > > Starting to rebase now. > > Mickey > > On Fri, Jan 6, 2017 at 9:23 AM,

Re: [ovs-dev] [PATCH v6 2/7] ovn: add is_chassis_resident match expression component

2017-01-06 Thread Ben Pfaff
On Thu, Jan 05, 2017 at 02:46:18AM -0800, Mickey Spiegel wrote: > This patch introduces a new match expression component > is_chassis_resident(). Unlike match expression comparisons, > is_chassis_resident is not pushed down to OpenFlow. It is a > conditional that is evaluated in the controller

[ovs-dev] [PATCH v6 2/7] ovn: add is_chassis_resident match expression component

2017-01-05 Thread Mickey Spiegel
This patch introduces a new match expression component is_chassis_resident(). Unlike match expression comparisons, is_chassis_resident is not pushed down to OpenFlow. It is a conditional that is evaluated in the controller during expr_simplify(), when it is replaced by a boolean expression. The