ovn: Change type of 'chassis' column in 'Binding' table.
authorAlex Wang <alexw@nicira.com>
Tue, 19 May 2015 21:22:16 +0000 (14:22 -0700)
committerAlex Wang <alexw@nicira.com>
Fri, 22 May 2015 20:39:47 +0000 (13:39 -0700)
commit713322317cf123eaab403c3c39b0faaef1968ceb
tree089569543462f9ce23138410c0e4ff871368fbb3
parent7b303ff9838fc7cb022cb5ff3eed14d700c8bc61
ovn: Change type of 'chassis' column in 'Binding' table.

This commit changes the type of 'chassis' column in 'Binding' table
from string to weak reference of 'Chassis' table entry.  This will
make accessing the chassis from binding more efficient.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ovn/controller/binding.c
ovn/controller/chassis.c
ovn/controller/ovn-controller.h
ovn/controller/physical.c
ovn/northd/ovn-northd.c
ovn/ovn-sb.ovsschema
ovn/ovn-sb.xml