Re: [ovs-dev] [PATCH v2] ovn-controller: Clean up bindings handling.

2016-07-18 Thread Russell Bryant
On Sat, Jul 16, 2016 at 10:31 PM, Ryan Moats wrote: > "dev" wrote on 07/14/2016 02:47:52 PM: > > > From: Russell Bryant > > To: dev@openvswitch.org > > Date: 07/14/2016 02:48 PM > > Subject: [ovs-dev] [PATCH v2] ovn-controller: Clean up bindings handling

Re: [ovs-dev] [PATCH v2] ovn-controller: Clean up bindings handling.

2016-07-16 Thread Ryan Moats
"dev" wrote on 07/14/2016 02:47:52 PM: > From: Russell Bryant > To: dev@openvswitch.org > Date: 07/14/2016 02:48 PM > Subject: [ovs-dev] [PATCH v2] ovn-controller: Clean up bindings handling. > Sent by: "dev" > > Remove the global set of logical po

Re: [ovs-dev] [PATCH v2] ovn-controller: Clean up bindings handling.

2016-07-14 Thread Darrell Ball
On Thu, Jul 14, 2016 at 12:47 PM, Russell Bryant wrote: > Remove the global set of logical port IDs called 'all_lports'. This is > no longer used for anything after conntrack ID assignment was moved out > of binding.c. > > Remove the global smap of logical port IDs to ovsrec_interface records. >

[ovs-dev] [PATCH v2] ovn-controller: Clean up bindings handling.

2016-07-14 Thread Russell Bryant
Remove the global set of logical port IDs called 'all_lports'. This is no longer used for anything after conntrack ID assignment was moved out of binding.c. Remove the global smap of logical port IDs to ovsrec_interface records. We can't persist references to these records, as we may be holding r