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 xdp test cases, and a couple of fixes, refactoring #1737

Merged
merged 21 commits into from
Feb 11, 2022
Merged

Commits on Feb 11, 2022

  1. doc: fix build error by miss toml

    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    096d37b View commit details
    Browse the repository at this point in the history
  2. firewall: reduce command calls.

    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    95adedd View commit details
    Browse the repository at this point in the history
  3. perf tools: move firewall into tool

    Also sort some private methods to lower place.
    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    80b666a View commit details
    Browse the repository at this point in the history
  4. KillableMixin: add the mixin to kill by cmd name.

    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    9499d89 View commit details
    Browse the repository at this point in the history
  5. lagscope: detect and raise exception on client

    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    0de268c View commit details
    Browse the repository at this point in the history
  6. ntttcp: merge the system settings together

    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    e908bc3 View commit details
    Browse the repository at this point in the history
  7. lsgscope: simplify match method

    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    8d7f478 View commit details
    Browse the repository at this point in the history
  8. storage: change iops from num to min.

    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    28eb817 View commit details
    Browse the repository at this point in the history
  9. perf: move network test logic to common

    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    a5e3f2f View commit details
    Browse the repository at this point in the history
  10. parallel: add verbose option to reduce log

    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    39f0d62 View commit details
    Browse the repository at this point in the history
  11. notifier: improvements

    1. Extend to support more system notifiers.
    2. Copy messages by default to avoid side effect among notifiers with
       the same message.
    3. Use run_in_parallel to improve the performance.
    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    bfd308f View commit details
    Browse the repository at this point in the history
  12. notifier: share simplify method from console

    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    88b18b7 View commit details
    Browse the repository at this point in the history
  13. notifier: add separated message log

    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    766f2f7 View commit details
    Browse the repository at this point in the history
  14. perf: improve perf_ntttcp

    1. return message for other processing
    2. use parallel to improve speed
    3. apply lagscope settings.
    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    a89c3e4 View commit details
    Browse the repository at this point in the history
  15. lsgscope: send message when generating

    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    2abe1a0 View commit details
    Browse the repository at this point in the history
  16. ntttcp perf: add test_case_name arg for more calls

    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    7760788 View commit details
    Browse the repository at this point in the history
  17. perf: add method calculate average

    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    ce4a553 View commit details
    Browse the repository at this point in the history
  18. xdp: fix unused multithread argument.

    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    7a52234 View commit details
    Browse the repository at this point in the history
  19. xdp: support PERF build def

    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    77f58b1 View commit details
    Browse the repository at this point in the history
  20. xdp: add tcp latency cases.

    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    eb86bd8 View commit details
    Browse the repository at this point in the history
  21. fix build error with new tools

    Chi Song committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    17747ea View commit details
    Browse the repository at this point in the history