]> git.proxmox.com Git - ovs.git/commit
physical: Refactor port binding processing.
authorRyan Moats <rmoats@us.ibm.com>
Sun, 3 Jul 2016 15:35:30 +0000 (10:35 -0500)
committerBen Pfaff <blp@ovn.org>
Sun, 3 Jul 2016 21:41:32 +0000 (14:41 -0700)
commit40128e371ec360eb31fc7fa0e6df8fce17c8150d
treed9149932f368a8e61d198b6d2ac5c88730848aad
parenta53d69c9d32af7ba5b21695e72b42782bd8fbfab
physical: Refactor port binding processing.

Extract block from SBREC_PORT_BINDING_FOR_EACH block in
physical_run to helper method so that it can be reused when
doing incremental processing.

Side effects:
  - localvif_to_oport and tunnels are now static file scoped.
  - the is_new parameter is added for use in a later patch set.

Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ovn/controller/physical.c