[ovs-git] [openvswitch/ovs] f596e8: id-pool: Allocate the lowest available ids.

GitHub noreply at github.com
Thu Mar 9 00:52:53 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: f596e8edd362015389a3532760aa9d41d8c2fd19
      https://github.com/openvswitch/ovs/commit/f596e8edd362015389a3532760aa9d41d8c2fd19
  Author: Ilya Maximets <i.maximets at samsung.com>
  Date:   2017-03-08 (Wed, 08 Mar 2017)

  Changed paths:
    M lib/id-pool.c
    M lib/id-pool.h

  Log Message:
  -----------
  id-pool: Allocate the lowest available ids.

This simple change makes id-pool to always allocate the
lowest possible id from the pool. No any other code affected
because, actually, there is no users of 'id_pool_free_id' in
OVS.

This behaviour of id-pool will be used in the next patch.

Signed-off-by: Ilya Maximets <i.maximets at samsung.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list