Re: [ovs-dev] [PATCH v2 16/21] ovn: Rename Binding table to Port_Binding.

2015-07-30 Thread Justin Pettit
Acked-by: Justin Pettit --Justin > On Jul 28, 2015, at 8:44 AM, Ben Pfaff wrote: > > An upcoming patch will add a Datapath_Binding table, so clarifying the > name seems useful. > > Signed-off-by: Ben Pfaff > --- > ovn/controller/binding.c | 28 ++--- > ovn/controller/physical.c |

Re: [ovs-dev] [PATCH v2 16/21] ovn: Rename Binding table to Port_Binding.

2015-07-30 Thread Ben Pfaff
Thanks, I fixed those up too. On Thu, Jul 30, 2015 at 09:32:05AM -0700, Alex Wang wrote: > I ran this: > > $ git grep "Binding table" | grep -v Port_ > ovn/controller/pipeline.c: * Binding table within the logical datapath. */ > ovn/controller/pipeline.c:/* Iterates through all of the records in

Re: [ovs-dev] [PATCH v2 16/21] ovn: Rename Binding table to Port_Binding.

2015-07-30 Thread Alex Wang
I ran this: $ git grep "Binding table" | grep -v Port_ ovn/controller/pipeline.c: * Binding table within the logical datapath. */ ovn/controller/pipeline.c:/* Iterates through all of the records in the Binding table, updating the ovn/ovn-architecture.7.xml:Binding tables, whereas ovn-north