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

Add support of mdio IPC server class using sai switch api and unix so… #1080

Merged
merged 12 commits into from
Jul 28, 2022

Commits on Jul 16, 2022

  1. Add support of mdio IPC server class using sai switch api and unix so…

    …cket
    
    Signed-off-by: Jiahua Wang <jiahua.wang@broadcom.com>
    jiahua-wang committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    4620631 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. mdio IPC server checks NULL message input

    Signed-off-by: Jiahua Wang <jiahua.wang@broadcom.com>
    jiahua-wang committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    73c94cf View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Fix SWSS_LOG_ENTER()

    Signed-off-by: Jiahua Wang <jiahua.wang@broadcom.com>
    jiahua-wang committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    94417e6 View commit details
    Browse the repository at this point in the history
  2. Fix some word spelling

    Signed-off-by: Jiahua Wang <jiahua.wang@broadcom.com>
    jiahua-wang committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    dc4b53f View commit details
    Browse the repository at this point in the history
  3. Fix some word spelling

    Signed-off-by: Jiahua Wang <jiahua.wang@broadcom.com>
    jiahua-wang committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    7020949 View commit details
    Browse the repository at this point in the history
  4. Fix some word spelling

    Signed-off-by: Jiahua Wang <jiahua.wang@broadcom.com>
    jiahua-wang committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    ae87c59 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Add MdioIpcServer::clearSwitchMdioApi()

    Signed-off-by: Jiahua Wang <jiahua.wang@broadcom.com>
    jiahua-wang committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    b67a15e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Add mdioRegRead/mdioRegWrite to SaiInterface class

    Signed-off-by: Jiahua Wang <jiahua.wang@broadcom.com>
    jiahua-wang committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    c96b562 View commit details
    Browse the repository at this point in the history
  2. Refactor SaiInterface::mdioRegRead/SaiInterface::mdioRegWrite

    Signed-off-by: Jiahua Wang <jiahua.wang@broadcom.com>
    jiahua-wang committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d9160ba View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Add SaiInterface::switchMdioRead/switchMdioWrite/switchMdioCl22Read/s…

    …witchMdioCl22Write
    
    Signed-off-by: Jiahua Wang <jiahua.wang@broadcom.com>
    jiahua-wang committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    1960244 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Change single line if statement

    Signed-off-by: Jiahua Wang <jiahua.wang@broadcom.com>
    jiahua-wang committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    6f226fb View commit details
    Browse the repository at this point in the history
  2. Update aspell dict

    Signed-off-by: Jiahua Wang <jiahua.wang@broadcom.com>
    jiahua-wang committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    8e22a48 View commit details
    Browse the repository at this point in the history