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

Update from update/networkservicemesh/sdk #170

Merged
merged 1 commit into from
Mar 26, 2021

Conversation

nsmbot
Copy link
Contributor

@nsmbot nsmbot commented Mar 26, 2021

commit cac323d Author: NSMBot nsmbot@networkservicmesh.io Date: Fri Mar 26 08:59:08 2021 +0000 Update go.mod and go.sum to latest version from networkservicemesh/sdk@master networkservicemesh/sdk# networkservicemesh/sdk PR link: https://github.com/networkservicemesh/sdk/pull/ networkservicemesh/sdk commit message: commit 63d1839d3a78d781080c27dbbd569b1688d30655 Author: Artem Belov artem.belov@xored.com Date: Fri Mar 26 15:58:45 2021 +0700 Replace PrefixPool with IPPool in excludedPrefixesServer (#787) LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf IPPool tool Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf IPv4 tests Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Raplace roaring Bitmap with black red tree IP pool Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Fix using moved structure Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Benchmark tests Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Fix concurrent access Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Benchmark testing Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Fix linter issues Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Remove roaring bitmap from go.mod Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Readme file Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Exclude ipv6 subnet from ipv4 pool Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf GetPrefixes method Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Replace PrefixPool with IPPool Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Prefix bits as a const Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Some refactoring Signed-off-by: Artem Belov artem.belov@xored.com Signed-off-by: NSMBot nsmbot@networkservicmesh.io

…k@master networkservicemesh/sdk#

networkservicemesh/sdk PR link: https://github.com/networkservicemesh/sdk/pull/

networkservicemesh/sdk commit message:
commit 63d1839d3a78d781080c27dbbd569b1688d30655
Author: Artem Belov <artem.belov@xored.com>
Date:   Fri Mar 26 15:58:45 2021 +0700

    Replace PrefixPool with IPPool in excludedPrefixesServer (#787)

    * IPPool tool

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * IPv4 tests

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Raplace roaring Bitmap with black red tree IP pool

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix using moved structure

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Benchmark tests

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix concurrent access

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Benchmark testing

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix linter issues

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Remove roaring bitmap from go.mod

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Readme file

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Exclude ipv6 subnet from ipv4 pool

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * GetPrefixes method

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Replace PrefixPool with IPPool

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Prefix bits as a const

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Some refactoring

    Signed-off-by: Artem Belov <artem.belov@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
@github-actions github-actions bot merged commit 425ab3b into master Mar 26, 2021
nsmbot pushed a commit to networkservicemesh/sdk-sriov that referenced this pull request Mar 26, 2021
…k-kernel@master networkservicemesh/sdk-kernel#170

networkservicemesh/sdk-kernel PR link: networkservicemesh/sdk-kernel#170

networkservicemesh/sdk-kernel commit message:
commit 425ab3b5734945dc03395848db6e87cc669bcf4c
Author: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com>
Date:   Fri Mar 26 04:03:39 2021 -0500

    Update from update/networkservicemesh/sdk

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant