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

[pfcwd] Observe pfc enable bits change #1697

Open
wants to merge 111 commits into
base: master
Choose a base branch
from

Commits on Jan 24, 2021

  1. Disable last tc

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    76add4b View commit details
    Browse the repository at this point in the history
  2. Adjust log level

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    099582e View commit details
    Browse the repository at this point in the history
  3. Introduce pfc bit mask status to track the pfc bit mask status in asic

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    41a9d4e View commit details
    Browse the repository at this point in the history
  4. Introduce private member function bool setPortPfcStatus(const Port &p…

    …, uint8_t pfc_bitmask_status) to PortsOrch
    
    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    fb4fef4 View commit details
    Browse the repository at this point in the history
  5. getPortPfc to get pfc status and cfg bit masks

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    c2ba1e0 View commit details
    Browse the repository at this point in the history
  6. Overload setPortPfcStatus

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    5b1e38c View commit details
    Browse the repository at this point in the history
  7. Fix compile error

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    908166e View commit details
    Browse the repository at this point in the history
  8. Fix typo

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    b6e06d0 View commit details
    Browse the repository at this point in the history
  9. Fix typo

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    d7fb1bf View commit details
    Browse the repository at this point in the history
  10. Set pfc bit in lossy handler destruction only if the corresponding bit

    in config is set
    
    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    ddd480f View commit details
    Browse the repository at this point in the history
  11. Update comment

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    53b2043 View commit details
    Browse the repository at this point in the history
  12. Update code format and comment

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    6c96bb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

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

Commits on Feb 8, 2021

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

Commits on Feb 10, 2021

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

Commits on Feb 15, 2021

  1. Introduce registerQueueInWdDb

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    601b5d0 View commit details
    Browse the repository at this point in the history
  2. No change to original processing logic

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    d529118 View commit details
    Browse the repository at this point in the history
  3. Update code format and add comment

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    114d011 View commit details
    Browse the repository at this point in the history
  4. No change to original processing logic

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    7169312 View commit details
    Browse the repository at this point in the history
  5. Introduce unregisterQueueFromWdDb

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    70f545c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Add SWSS_LOG_ENTER() to newly defined member functions

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    2d8d5c2 View commit details
    Browse the repository at this point in the history
  2. No change to original processing logic

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    93f31f3 View commit details
    Browse the repository at this point in the history
  3. Remove m_portCfgMap.erase(name)

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    9a31710 View commit details
    Browse the repository at this point in the history
  4. Update comment and add log messages

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    5de552a View commit details
    Browse the repository at this point in the history
  5. Remove debug symbols

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    ed522f0 View commit details
    Browse the repository at this point in the history
  6. Change to unordered_map

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    e910be7 View commit details
    Browse the repository at this point in the history
  7. Add member function for port level db register & unregister

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    caaa808 View commit details
    Browse the repository at this point in the history
  8. Update comment

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    1675791 View commit details
    Browse the repository at this point in the history
  9. Update code format

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    a4a961d View commit details
    Browse the repository at this point in the history
  10. Update comments

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    da33ae9 View commit details
    Browse the repository at this point in the history
  11. Update comment

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    b1f0d8b View commit details
    Browse the repository at this point in the history
  12. Remove line

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    ab153a1 View commit details
    Browse the repository at this point in the history
  13. Update comments

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    bdd47af View commit details
    Browse the repository at this point in the history
  14. Fix compile error

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    a125fdc View commit details
    Browse the repository at this point in the history
  15. Merge remote-tracking branch 'public/master' into pfc_bitmask

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    eb46d98 View commit details
    Browse the repository at this point in the history
  16. Fix typo

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    d08fe01 View commit details
    Browse the repository at this point in the history
  17. Replace RedisClient with DBConnector

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    04b599e View commit details
    Browse the repository at this point in the history
  18. Fix compile error

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    6ba3131 View commit details
    Browse the repository at this point in the history
  19. Make QosOrch Subject

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    20a5bca View commit details
    Browse the repository at this point in the history
  20. Make PfcWdOrch observing QosOrch

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    14cff6a View commit details
    Browse the repository at this point in the history
  21. Fix compile error

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    f84111b View commit details
    Browse the repository at this point in the history
  22. Introduce PfcWdCfgEntry to track pfcwd config

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    47ca97d View commit details
    Browse the repository at this point in the history
  23. Return task_failed when failed to start PFC Watchdog on port

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    d4eb918 View commit details
    Browse the repository at this point in the history
  24. Implement update non big red switch case

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    cd5a7cd View commit details
    Browse the repository at this point in the history
  25. Introduce disableBigRedSwitchModeOnQueue

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    4da4664 View commit details
    Browse the repository at this point in the history
  26. Introduce enableBigRedSwitchModeOnQueue

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    e426ff9 View commit details
    Browse the repository at this point in the history
  27. Fix compile error

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    5f29e6b View commit details
    Browse the repository at this point in the history
  28. Implement update on red big switch case

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    69675f1 View commit details
    Browse the repository at this point in the history
  29. Fix compile error

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    2b0cecd View commit details
    Browse the repository at this point in the history
  30. red big switch mode and port config co-exist

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    1cc57f3 View commit details
    Browse the repository at this point in the history
  31. Update comments

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    4f0babc View commit details
    Browse the repository at this point in the history
  32. Add log message

    Signed-off-by: wenda.ni <wenda.ni@bytedance.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    90a636d View commit details
    Browse the repository at this point in the history
  33. Revert "No change to original processing logic"

    This reverts commit d529118.
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    d73c808 View commit details
    Browse the repository at this point in the history
  34. Correction

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    af13f1c View commit details
    Browse the repository at this point in the history
  35. Do not create acl table group on ports

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    0c58e8f View commit details
    Browse the repository at this point in the history
  36. Replace RedisClient with DBConnector

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    e4e8343 View commit details
    Browse the repository at this point in the history
  37. Fix compile error

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    8fa3842 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    a2c2527 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6979e38 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    f609c95 View commit details
    Browse the repository at this point in the history
  2. Address comment: Revert log level

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    cbcdc3d View commit details
    Browse the repository at this point in the history
  3. Address comment: rename private function as setPortPfcStatus_

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    3668328 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Address comment: rename m_pfc_bitmask_cfg to m_pfc_bitmask_usercfg,

    m_pfc_bitmask_status to m_pfc_bitmask_wdcfg
    
    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    095c2de View commit details
    Browse the repository at this point in the history
  2. Address comment: getPortPfc use reference

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    31e366b View commit details
    Browse the repository at this point in the history
  3. Address comment: getPortPfc use reference in pfcactionhandler

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    19c5277 View commit details
    Browse the repository at this point in the history
  4. Address comment: Address comment: getPortPfc use reference in pfcwdorch

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    625270c View commit details
    Browse the repository at this point in the history
  5. Address comment: getPortPfc use reference in setPortPfcAsym

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    f548b2d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Update comment

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    12e6c1f View commit details
    Browse the repository at this point in the history
  2. Restore log level

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    df020b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Test case 1

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    47a8fad View commit details
    Browse the repository at this point in the history
  2. Correct typo

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    26bb587 View commit details
    Browse the repository at this point in the history
  3. Refactor

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    87f8dd0 View commit details
    Browse the repository at this point in the history
  4. Use getBitMaskStr

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    50f60bf View commit details
    Browse the repository at this point in the history
  5. Test pfc enable bits clear

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    d8d8dff View commit details
    Browse the repository at this point in the history
  6. If pfc enable bits stay unchanged, sleep 2 seconds before check; Reve…

    …rt using getBitMaskStr(pfc_tcs)
    
    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    6cf47b5 View commit details
    Browse the repository at this point in the history
  7. brd test case

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    f6d6e6d View commit details
    Browse the repository at this point in the history
  8. Add comment

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    e1bd125 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Check fc cntr db removal of both queues

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    ed11cac View commit details
    Browse the repository at this point in the history
  2. Rename variable

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    8de9ac4 View commit details
    Browse the repository at this point in the history
  3. Rename variable

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    92a0e35 View commit details
    Browse the repository at this point in the history
  4. Refactor

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    36d347b View commit details
    Browse the repository at this point in the history
  5. Rename variable

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    7fc6079 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Merge remote-tracking branch 'public/master' into pfc_bitmask

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    cbb2410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d8c42e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'pfc_refactor' into pfcwd_observer

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    fd66bee View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

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

Commits on Apr 3, 2021

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

Commits on Apr 4, 2021

  1. Configuration menu
    Copy the full SHA
    eb4d0f4 View commit details
    Browse the repository at this point in the history
  2. Remove {port, queue} in-storm status when pfc wd config on port is re…

    …moved
    
    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    63b6ba2 View commit details
    Browse the repository at this point in the history
  3. Remove {port, queue} in-storm status when big red switch mode is enabled

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    7e59764 View commit details
    Browse the repository at this point in the history
  4. Update code formats

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    d8b5e09 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'pfcwd_appl' into pfc_refactor

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    46cdc5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba8bc04 View commit details
    Browse the repository at this point in the history
  7. Update proc order

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    7699df3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Update code formats

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    c1e50e3 View commit details
    Browse the repository at this point in the history
  2. Update code formats

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    116daf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3201b26 View commit details
    Browse the repository at this point in the history
  4. Use create_entry in place of raw hset

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    254d56c View commit details
    Browse the repository at this point in the history
  5. Update code formats

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    8248910 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e930ce4 View commit details
    Browse the repository at this point in the history
  7. Clear queue deadlock counters

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    cedb134 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c68db83 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44fcea0 View commit details
    Browse the repository at this point in the history
  10. test update for embracing wd self adaptation

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    accff40 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Change order

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    e61cb5b View commit details
    Browse the repository at this point in the history
  2. Change order

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    0bc500e View commit details
    Browse the repository at this point in the history
  3. test update for embracing wd self adaptation

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    76acf04 View commit details
    Browse the repository at this point in the history
  4. Clear pfc enable bits

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    f92e736 View commit details
    Browse the repository at this point in the history
  5. Clean up

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    2c51919 View commit details
    Browse the repository at this point in the history
  6. Update code format

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    e725e6b View commit details
    Browse the repository at this point in the history
  7. Update log level

    Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
    wendani committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    4ce1bce View commit details
    Browse the repository at this point in the history