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

[AclOrch] move ACL counters to flex counter infrastructure #1943

Merged
merged 12 commits into from
Nov 11, 2021

Commits on Sep 27, 2021

  1. [FlexCounterManager] Add ACL_COUNTER FC type

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    c07fc3f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. internal review comments handling

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    c07009e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. use const auto& in for loops

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    1a08896 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    4eef944 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. remove unneeded import

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    2463f28 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. avoid double resource create/remove calls

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    31aff03 View commit details
    Browse the repository at this point in the history
  2. dont register FC counter on counter disablement failure

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    94f1ee7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    f422612 View commit details
    Browse the repository at this point in the history
  2. fix merge issue

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f6d7881 View commit details
    Browse the repository at this point in the history
  3. fix more merge issues

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    5d670fa View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. [test_flex_counters] fix the name of the match

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    25d3b84 View commit details
    Browse the repository at this point in the history
  2. fix counter leak when createRule fails

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8365820 View commit details
    Browse the repository at this point in the history