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

Using pci device id to identify the ASIC on sai_switch_create #4705

Merged
merged 5 commits into from
Jun 18, 2020

Commits on Jun 4, 2020

  1. Update to sonic_cfggen and utilities to populate the pci device id in…

    … the "asic_id" field in the DEVICE_METADATA.
    
    Going forward will use the PCI device id as the asic instance ID passed to syncd/sai while doing create_switch.
    judyjoseph committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    ec75f85 View commit details
    Browse the repository at this point in the history
  2. Supporting platforms which don't have the PCI device id's updated in …

    …asic.conf files.
    
    In that case we use the asic_id itself which is an integer
    judyjoseph committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    f9b82ac View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Comments update.

    judyjoseph committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    2a1862c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

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

Commits on Jun 13, 2020

  1. Changing the API's to make it generic and use "device_id", which coul…

    …d be pci_id for some platforms.
    judyjoseph committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    d5387c2 View commit details
    Browse the repository at this point in the history