Re: [ovs-dev] [PATCH 3/5] ovn-nbctl: Add "sync" command to wait for previous changes to take effect.

2016-07-28 Thread Ben Pfaff
On Thu, Jul 28, 2016 at 10:10:57PM -0500, Ryan Moats wrote: > "dev" wrote on 07/27/2016 02:03:23 AM: > > > From: Ben Pfaff > > To: dev@openvswitch.org > > Cc: Ben Pfaff > > Date: 07/27/2016 02:04 AM > > Subject: [ovs-dev] [PATCH 3/5]

Re: [ovs-dev] [PATCH 3/5] ovn-nbctl: Add "sync" command to wait for previous changes to take effect.

2016-07-28 Thread Ryan Moats
"dev" wrote on 07/27/2016 02:03:23 AM: > From: Ben Pfaff > To: dev@openvswitch.org > Cc: Ben Pfaff > Date: 07/27/2016 02:04 AM > Subject: [ovs-dev] [PATCH 3/5] ovn-nbctl: Add "sync" command to wait > for previous changes to take effect.

[ovs-dev] [PATCH 3/5] ovn-nbctl: Add "sync" command to wait for previous changes to take effect.

2016-07-27 Thread Ben Pfaff
It's slow to add --wait to every ovn-nbctl command; only the last command needs it. But it's sometimes inconvenient to add it to the last command if it's in a loop, etc. This makes it possible to separately wait for the OVN southbound or hypervisors to catch up to the northbound. Also, modify