Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serializing bitseq alloc #1788

Merged
merged 3 commits into from
Oct 3, 2017
Merged

Serializing bitseq alloc #1788

merged 3 commits into from
Oct 3, 2017

Commits on Sep 29, 2017

  1. Serializing bitseq alloc

    Previously the bitseq alloc was allocating the first available bit from the
    begining of the sequence. With this commit the bitseq alloc will proceed
    from the current allocation. This change will affect the way ipam and vni
    allocation is done currently. The ip allocation will be done sequentially
    from the previous allocation as opposed to the first available IP.
    
    Signed-off-by: Abhinandan Prativadi <abhi@docker.com>
    abhi committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    5790b5c View commit details
    Browse the repository at this point in the history
  2. Minor unit test change

    Since bit allocation is no longer first available from
    the start some verfications are removed/modified to
    the change allocation model
    
    Signed-off-by: Abhinandan Prativadi <abhi@docker.com>
    abhi committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    0184de8 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Adding a unit case to verify rollover

    Signed-off-by: Abhinandan Prativadi <abhi@docker.com>
    abhi committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    a2bcac0 View commit details
    Browse the repository at this point in the history