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

[17.09] Serializing bitseq alloc #2018

Merged
merged 3 commits into from
Dec 13, 2017

Commits on Nov 20, 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>
    (cherry picked from commit 5790b5c)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    abhi authored and thaJeztah committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    c45a00d 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>
    (cherry picked from commit 0184de8)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    abhi authored and thaJeztah committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    19e576e View commit details
    Browse the repository at this point in the history
  3. Adding a unit case to verify rollover

    Signed-off-by: Abhinandan Prativadi <abhi@docker.com>
    (cherry picked from commit a2bcac0)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    abhi authored and thaJeztah committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    b96f5e4 View commit details
    Browse the repository at this point in the history