[ovs-git] [openvswitch/ovs] 0eb1e3: ovn-controller: Pass around pointers to individual...

GitHub noreply at github.com
Mon Jun 11 22:07:17 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 0eb1e37c141d72e2cac0a988982160185e011c92
      https://github.com/openvswitch/ovs/commit/0eb1e37c141d72e2cac0a988982160185e011c92
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-06-11 (Mon, 11 Jun 2018)

  Changed paths:
    M ovn/controller/bfd.c
    M ovn/controller/bfd.h
    M ovn/controller/binding.c
    M ovn/controller/binding.h
    M ovn/controller/chassis.c
    M ovn/controller/chassis.h
    M ovn/controller/encaps.c
    M ovn/controller/encaps.h
    M ovn/controller/lflow.c
    M ovn/controller/lflow.h
    M ovn/controller/ovn-controller.c
    M ovn/controller/ovn-controller.h
    M ovn/controller/patch.c
    M ovn/controller/patch.h
    M ovn/controller/physical.c
    M ovn/controller/physical.h
    M ovn/controller/pinctrl.c
    M ovn/controller/pinctrl.h
    M ovn/lib/chassis-index.c
    M ovn/lib/chassis-index.h
    M ovn/northd/ovn-northd.c
    M ovsdb/ovsdb-idlc.in

  Log Message:
  -----------
  ovn-controller: Pass around pointers to individual tables.

We're working to make ovn-controller compute more incrementally, to reduce
CPU usage.  To make it easier to keep track of dependencies, it makes sense
to pass around pointers to fine-grained resources instead of an entire
database at a time.  This commit introduces a way to pass individual tables
around and starts using that feature in ovn-controller.

CC: Han Zhou <zhouhan at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Han Zhou <hzhou8 at ebay.com>



      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list