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

handle more columns from softnet_data #473

Merged
merged 3 commits into from Dec 18, 2022

Commits on Nov 7, 2022

  1. handle more column from softnet_data

        * add CPUCollision for linux 2.6
        * add ReceivedRps and FlowLimitCount for linux >4.17
        * add SoftnetBacklogLen and Index for linux 5.10 torvalds/linux@7d58e65
        * add Width so anyone can choose to use Index instead of line index, see
        * the commit torvalds/linux@7d58e65
    
    Signed-off-by: remi <remijouannet@gmail.com>
    remijouannet committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1828aed View commit details
    Browse the repository at this point in the history
  2. following the merge of RedHatInsights/insights-core#3561, adding supp…

    …ort for 9,10,11 and 13 columns, unitest has also more case
    
    Signed-off-by: remi <remijouannet@gmail.com>
    remijouannet committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    9fa034a View commit details
    Browse the repository at this point in the history
  3. go fmt on net_softnet_test.go

    Signed-off-by: remi <remijouannet@gmail.com>
    remijouannet committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    4d1f937 View commit details
    Browse the repository at this point in the history