Re: [ovs-dev] [PATCH v3 04/10] ovn: Drop unnecessary br_int local variable.

2015-07-28 Thread Russell Bryant
On 07/28/2015 03:55 PM, Ben Pfaff wrote: > On Tue, Jul 21, 2015 at 12:59:14PM -0400, Russell Bryant wrote: >> When getting the initial configuration, go ahead and store br_int in >> the controller context. This is already done in the main loop, but a >> future patch wants to use br_int from the co

Re: [ovs-dev] [PATCH v3 04/10] ovn: Drop unnecessary br_int local variable.

2015-07-28 Thread Ben Pfaff
On Tue, Jul 21, 2015 at 12:59:14PM -0400, Russell Bryant wrote: > When getting the initial configuration, go ahead and store br_int in > the controller context. This is already done in the main loop, but a > future patch wants to use br_int from the controller context sooner in > the code. > > Si