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

Apply custom Si settings via CMIS: SONiC xcvrd platform common changes #384

Merged
merged 46 commits into from
Aug 11, 2023
Merged

Apply custom Si settings via CMIS: SONiC xcvrd platform common changes #384

merged 46 commits into from
Aug 11, 2023

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    2c4e89b View commit details
    Browse the repository at this point in the history
  2. Update consts.py

    AnoopKamath authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    fe4f69a View commit details
    Browse the repository at this point in the history
  3. Update cmis.py

    AnoopKamath authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    94ac72a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Fix build failures

    AnoopKamath authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    e274021 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    0cae3ae View commit details
    Browse the repository at this point in the history
  2. Update test_cmis.py

    AnoopKamath authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a0e6036 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Address review comments

    AnoopKamath authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7eb1564 View commit details
    Browse the repository at this point in the history
  2. Update cmis.py

    AnoopKamath authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b52254d View commit details
    Browse the repository at this point in the history
  3. Update consts.py

    AnoopKamath authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    deed9ef View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Create new APIs

    AnoopKamath authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3a0204f View commit details
    Browse the repository at this point in the history
  2. Add get_manufacturer API

    AnoopKamath authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d4e628d View commit details
    Browse the repository at this point in the history
  3. Update cmis.py

    AnoopKamath authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    64e5b90 View commit details
    Browse the repository at this point in the history
  4. Update cmis.py

    AnoopKamath authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    97fbabe View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Update cmis.py

    AnoopKamath authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    e7fe3c4 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Prince George <45705344+prgeor@users.noreply.github.com>
    AnoopKamath and prgeor authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    858fbb0 View commit details
    Browse the repository at this point in the history
  3. Update cmis.py

    AnoopKamath authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    36b5ad7 View commit details
    Browse the repository at this point in the history
  4. Update cmis.py

    AnoopKamath authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    321d589 View commit details
    Browse the repository at this point in the history
  5. Update cmis.py

    AnoopKamath authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ecb723b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea1c158 View commit details
    Browse the repository at this point in the history
  7. Update test_cmis.py

    AnoopKamath authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6a35e0f View commit details
    Browse the repository at this point in the history
  8. Update cmis.py

    AnoopKamath authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    90826cd View commit details
    Browse the repository at this point in the history
  9. fix whitespace errors

    AnoopKamath authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    720a018 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Address review comments

    Add return checks for some eeprom read/write
    modify Byte read/write and nibble read/write api
    AnoopKamath authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1b2ccdb View commit details
    Browse the repository at this point in the history
  2. Update cmis.py

    AnoopKamath authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3d65708 View commit details
    Browse the repository at this point in the history
  3. Fix build failures

    AnoopKamath authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f552e27 View commit details
    Browse the repository at this point in the history
  4. Update test_cmis.py

    AnoopKamath authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    6db613c View commit details
    Browse the repository at this point in the history
  5. Update test_cmis.py

    AnoopKamath authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    4589203 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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

Commits on Aug 2, 2023

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

Commits on Aug 4, 2023

  1. Address review comments

    Create separate TX/RX dict 
    Add else case to handle unsupported TX/RX SI params
    Clean 2 bits read/write method
    AnoopKamath authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    79fde14 View commit details
    Browse the repository at this point in the history
  2. Update consts.py

    AnoopKamath authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    0b4bd11 View commit details
    Browse the repository at this point in the history
  3. Update cmis.py

    AnoopKamath authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    496d9d4 View commit details
    Browse the repository at this point in the history
  4. Update test_cmis.py

    AnoopKamath authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    22bcabd View commit details
    Browse the repository at this point in the history
  5. Update cmis.py

    AnoopKamath authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    3dbfbca View commit details
    Browse the repository at this point in the history
  6. Update cmis.py

    AnoopKamath authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    55fb685 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Fix nibble write api

    AnoopKamath authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    4917b2c View commit details
    Browse the repository at this point in the history
  2. Update cmis.py

    AnoopKamath authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    adf9767 View commit details
    Browse the repository at this point in the history
  3. Update test_cmis.py

    AnoopKamath authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    038bc8c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Remove byte read

    AnoopKamath authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9f372e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51f1822 View commit details
    Browse the repository at this point in the history
  3. Update consts.py

    AnoopKamath authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    03c57ef View commit details
    Browse the repository at this point in the history
  4. Fix build failure

    AnoopKamath authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b1532e7 View commit details
    Browse the repository at this point in the history
  5. Update test_cmis.py

    AnoopKamath authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a72fb74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d45bff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9aea964 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Update cmis.py

    AnoopKamath authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e3c1962 View commit details
    Browse the repository at this point in the history