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

[counters][202205] Improve performance by polling only configured ports buffer queue/pg counters #2474

Merged

Commits on Sep 29, 2022

  1. Revert "[202205][counters] Revert PR sonic-net#2432 for the buffer qu…

    …eue/pg counters improvement (sonic-net#2462)"
    
    This reverts commit 8eea92e.
    vadymhlushko-mlnx committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    dc4879b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. [build] add missing package libyang-dev in lgtm.yml (sonic-net#2475)

    **Why I did it**
    lgtm build process broken. This PR will fix it.
    ```
    [2022-09-30 18:21:33] [build-stderr] In file included from defaultvalueprovider.cpp:10:
    [2022-09-30 18:21:33] [build-stderr] defaultvalueprovider.h:8:10: fatal error: libyang/libyang.h: No such file or directory
    [2022-09-30 18:21:33] [build-stderr]     8 | #include <libyang/libyang.h>
    [2022-09-30 18:21:33] [build-stderr]       |          ^~~~~~~~~~~~~~~~~~~
    [2022-09-30 18:21:33] [build-stderr] compilation terminated.
    ```
    
    **How I verified it**
    The lgtm.yml change does not take effect in this PR's checker. I manually test it https://lgtm.com/logs/19f4015aec3863d7d4e7d5667cbbc251efd1d0f4/lang:cpp
    qiluo-msft authored and vadymhlushko-mlnx committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    eaae991 View commit details
    Browse the repository at this point in the history