[ovs-git] [openvswitch/ovs] 174b05: ovn-northd: Always allocate ipam_info for an ovn_d...

GitHub noreply at github.com
Mon Jun 18 19:57:45 UTC 2018


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

  Changed paths:
    M ovn/northd/ovn-northd.c

  Log Message:
  -----------
  ovn-northd: Always allocate ipam_info for an ovn_datapath.

Until now, the ipam_info struct for a datapath has been allocated on
demand.  This leads to slightly complication in the code in places, and
there is hardly any benefit since ipam_info is only about 48 bytes anyway.
This commit just inlines it into struct ovn_datapath.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Mark Michelson <mmichels at redhat.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