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

Parser changes to support parsing of multi-asic device minigraph #4222

Merged
merged 27 commits into from
May 4, 2020

Commits on Mar 4, 2020

  1. [minigraph.py]: Changes added in minigraph and port_config parser

    to support multi-asic platforms.
    portconfig.py updated to parse additional column "asic_name" in
    port_config.ini
    minigraph.py updated to parse minigraph.xml of a multi-asic device
    which includes multiple asic data.
    SuvarnaMeenakshi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    3ce843a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff6aa99 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. [minigraph.py]: Updated to make sure that interfaces names are

    added in port table only if it is present in port_config.ini.
    SuvarnaMeenakshi committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    b784c81 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Changes to sonic-cfggen for multi-NPU platforms

    Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
    arlakshm committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    9b4039e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. [sonic-cfggen]: Fix spacing.

    Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
    SuvarnaMeenakshi committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    d4fe8e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Minor fixes and UT tests

    Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
    arlakshm committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    53c6693 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Addressing Review comments

    Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
    arlakshm committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    a9a06a8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/sumeenak/master' into minigraph…

    …_changes
    
    Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
    SuvarnaMeenakshi committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    9c9f8c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. addressing review comments

    Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
    arlakshm committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    5b6892e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. addressing review comments

    Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
    arlakshm committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    78a2bf7 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Change from id to asic_id in the device_metadata

    Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
    arlakshm committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    ce84879 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Fix as per review comments.

    Added separate function to parse minigraph based on asic_name.
    
    Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
    SuvarnaMeenakshi committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    882c251 View commit details
    Browse the repository at this point in the history
  2. Minor fix as per review comment.

    Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
    SuvarnaMeenakshi committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    4ae22be View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Addressing review comments

    Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
    arlakshm committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    30024ba View commit details
    Browse the repository at this point in the history
  2. Addressing review comments

    Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
    arlakshm committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    9744b85 View commit details
    Browse the repository at this point in the history
  3. Addressing review comments

    Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
    arlakshm committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    4f4be8c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Addressing review comments

    Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
    arlakshm committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    0895629 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/sumeenak/master' into minigraph…

    …_update
    
    Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
    SuvarnaMeenakshi committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    0b90dae View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Addressing review comments

    Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
    arlakshm committed May 1, 2020
    Configuration menu
    Copy the full SHA
    15228c1 View commit details
    Browse the repository at this point in the history
  2. [minigraph.py]: Updated as per review comments.

    Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
    SuvarnaMeenakshi committed May 1, 2020
    Configuration menu
    Copy the full SHA
    0432f92 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. [minigraph.py]: Split parse_asic_png function to make it

    concise and readable.
    
    Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
    SuvarnaMeenakshi committed May 2, 2020
    Configuration menu
    Copy the full SHA
    ebf2e8b View commit details
    Browse the repository at this point in the history
  2. [minigraph.py]: Correction in parse_asic_png function

    Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
    SuvarnaMeenakshi committed May 2, 2020
    Configuration menu
    Copy the full SHA
    520c43b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    110d1b8 View commit details
    Browse the repository at this point in the history
  4. Minor fixes.

    Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
    SuvarnaMeenakshi committed May 2, 2020
    Configuration menu
    Copy the full SHA
    247370b View commit details
    Browse the repository at this point in the history
  5. Minor fixes as per review comments.

    Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
    SuvarnaMeenakshi committed May 2, 2020
    Configuration menu
    Copy the full SHA
    cd3a678 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Addressing review comments

    Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
    arlakshm committed May 3, 2020
    Configuration menu
    Copy the full SHA
    06983e4 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Fixes from testing

    Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
    arlakshm committed May 4, 2020
    Configuration menu
    Copy the full SHA
    17a0d04 View commit details
    Browse the repository at this point in the history