Re: [ovs-dev] [PATCH 1/3] ovn: Fix check on existing encap row.

2015-11-03 Thread Ben Pfaff
On Tue, Oct 27, 2015 at 06:05:33PM +0900, Russell Bryant wrote: > This code does some checking to validate the existing encaps for a > chassis to see if they need to be updated. This typo resulted in > ovn-controller re-creating its encap(s) every time this code ran, making > ovn-controller and ov

[ovs-dev] [PATCH 1/3] ovn: Fix check on existing encap row.

2015-10-27 Thread Russell Bryant
This code does some checking to validate the existing encaps for a chassis to see if they need to be updated. This typo resulted in ovn-controller re-creating its encap(s) every time this code ran, making ovn-controller and ovsdb-server eat up a CPU in my testing. Signed-off-by: Russell Bryant -