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

Buffer.orch #27

Closed
wants to merge 12 commits into from
Closed

Buffer.orch #27

wants to merge 12 commits into from

Commits on May 2, 2016

  1. sonic-swss: Prototype for QosOrch

    * Introducing QosOrch class.
    * NOTE this is prototype code for feedbacks only.
    * contains inline questions which need to be removed later.
    * Scheduler profile related code will need to be changed to support
    hierarchic schedulers.
    Signed-off-by: hrachya@mellanox.com
    Hrachya Mughnetsyan committed May 2, 2016
    Configuration menu
    Copy the full SHA
    c8e65ef View commit details
    Browse the repository at this point in the history
  2. sonic-swss: Prototype for QosOrch, CR follow up

    * addressed CR comments
    sonic-swss: Prototype for QosOrch
    Hrachya Mughnetsyan committed May 2, 2016
    Configuration menu
    Copy the full SHA
    da86bcb View commit details
    Browse the repository at this point in the history
  3. sonic-swss:: follow up on CR comments for QorOrch prototype

    * follow up on comments.
    * Need to revise freeResources functions.
    * need to clean inline questions in the code.
    Hrachya Mughnetsyan committed May 2, 2016
    Configuration menu
    Copy the full SHA
    6400da1 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2016

  1. sonic-swss: SET works for all tables except scheduler

    * Added traces
    * added missing serialization (separetely in sai-redis) attributes
    * fixed resolving reference code
    * SET works on all tables except scheduler table, which will be changed
    to scheduler group usage.
    
    Signed-off-by: hrachya@mellanox.com
    Hrachya Mughnetsyan committed May 4, 2016
    Configuration menu
    Copy the full SHA
    7735c61 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'Azure/master'

    Hrachya Mughnetsyan committed May 4, 2016
    Configuration menu
    Copy the full SHA
    4b525c7 View commit details
    Browse the repository at this point in the history
  3. [sonic-swss] CR followup for QosOrc pull request 24

    * removed extra spaces
    * main.cpp
    *    changed log level DEBUG back to INFO
    *    space-aligned api variables.
    * portsqosorch.cpp, Port::getQueue
    *   removed sai_ prefix from var names
    *   fixed return SAI_NULL_OBJECT_ID to false
    *   added SWSS_LOG_ENTER
    Hrachya Mughnetsyan committed May 4, 2016
    Configuration menu
    Copy the full SHA
    22dc054 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Merge remote-tracking branch 'refs/remotes/Azure/master' into buffer.…

    …orch
    
    # Conflicts:
    #	orchagent/orchdaemon.cpp
    Hrachya Mughnetsyan committed May 11, 2016
    Configuration menu
    Copy the full SHA
    132bbc2 View commit details
    Browse the repository at this point in the history
  2. [sonic-swss] Added BufferOrch class to handle buffer configuration

    * New class BufferOrch
    * refactored Orch based class to contain common functions from QosOrch
    and BufferOrch
    Signed-off-by: hrachya@mellanox.com
    Hrachya Mughnetsyan committed May 11, 2016
    Configuration menu
    Copy the full SHA
    f0601af View commit details
    Browse the repository at this point in the history
  3. [sonic-swss] fixed invalid debug levels

    * fixed invalid debug levels
    
    Signed-off-by: hrachya@mellanox.com
    Hrachya Mughnetsyan committed May 11, 2016
    Configuration menu
    Copy the full SHA
    ea51b4b View commit details
    Browse the repository at this point in the history
  4. [sonic-swss] cleanup, style fixes

    * fixed 'if (' styling issue
    * removed unneeded function and field form Orch.h
    Signed-off-by: hrachya@mellanox.com
    Hrachya Mughnetsyan committed May 11, 2016
    Configuration menu
    Copy the full SHA
    1763ad7 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2016

  1. [sonic-swss][qos] Added SchedulerGroup functionality

    * Added scheduler group processing
    Signed-off-by: hrachya@mellanox.com
    Hrachya Mughnetsyan committed May 13, 2016
    Configuration menu
    Copy the full SHA
    f72c831 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. [sonic-swss][QosOrch] remove variable which is not used anymore

    * remove unused variable group_count
    Signed-off-by: hrachya@mellanox.com
    Hrachya Mughnetsyan committed May 16, 2016
    Configuration menu
    Copy the full SHA
    6a65565 View commit details
    Browse the repository at this point in the history