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

Fix SNMP dropping some of the queue counter when create_only_config_d… #303

Commits on Dec 18, 2023

  1. Fix SNMP dropping some of the queue counter when create_only_config_d…

    …b_buffers is set to true
    
    This happened because the MIB assumed that half the queues configured are for mcast.
    
    To remove this assumpetion we will check the max number of queues from STATE_DB.BUFFER_MAX_PARAM_TABLE|<port>.max_queues
    DavidZagury committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    7e53d9d View commit details
    Browse the repository at this point in the history
  2. Use max queues

    DavidZagury committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    71f9e81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04c1e36 View commit details
    Browse the repository at this point in the history
  4. Fix UT - add missing DB values and fix pq_count - should be 16 % 2 = …

    …8 and not (16 + 1 ) % 2 = 9
    DavidZagury committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    d62f739 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Add UT for port that doe

    DavidZagury committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    3d13de4 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Add UT for port that with an with incomplete MC and a port with incom…

    …plete UC and incomplete MC.
    DavidZagury committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    f45e746 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    aecfeb0 View commit details
    Browse the repository at this point in the history
  2. Add support for multi asic system

    Add UT for multi asic
    DavidZagury committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    ab65bd0 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

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