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

Task Manager #223

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

Task Manager #223

wants to merge 44 commits into from

Commits on Jul 17, 2018

  1. syn-flood: multiple tx queues

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    779dce6 View commit details
    Browse the repository at this point in the history
  2. SYN/ACK test added

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    654be85 View commit details
    Browse the repository at this point in the history
  3. Simple RX rate counter whith answers to ARP

    Anton Orlov authored and Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    04a4b3e View commit details
    Browse the repository at this point in the history
  4. rx-to-pcap test with multiple queues

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    8da68a0 View commit details
    Browse the repository at this point in the history
  5. SYN/ACK test: added destination MACs option

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    b5828f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11f685f View commit details
    Browse the repository at this point in the history
  7. SYN/ACK test: ipg option added

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    39ab28a View commit details
    Browse the repository at this point in the history
  8. SYN/ACK test: fixup, workaround of ethDst in :fill()

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    d781c99 View commit details
    Browse the repository at this point in the history
  9. workaround of MAC serialization bug

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    d5bfe84 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad6628b View commit details
    Browse the repository at this point in the history
  11. SYN/ACK reply: checksum corrected

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    3e0c1e3 View commit details
    Browse the repository at this point in the history
  12. workaround of setChecksum() extreme slowness

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    752fef4 View commit details
    Browse the repository at this point in the history
  13. RX counter added (see "-c" flag)

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    7a00fdb View commit details
    Browse the repository at this point in the history
  14. RX counter fixup for Mellanox driver

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    7a30804 View commit details
    Browse the repository at this point in the history
  15. added new test: delay-stream

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    eb50b2d View commit details
    Browse the repository at this point in the history
  16. delay-stream: alter TCP packets only

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    12b6546 View commit details
    Browse the repository at this point in the history
  17. default buf size

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    9e675ed View commit details
    Browse the repository at this point in the history
  18. using common large array

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    d815e65 View commit details
    Browse the repository at this point in the history
  19. using large raw ring buffer

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    e39853b View commit details
    Browse the repository at this point in the history
  20. optimize ethSrc

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    98c44fd View commit details
    Browse the repository at this point in the history
  21. optimize packet modification

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    8a82e46 View commit details
    Browse the repository at this point in the history
  22. delay-stream: using mmap()

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    cce0a6c View commit details
    Browse the repository at this point in the history
  23. delay-stream: using two threads

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    9d6f108 View commit details
    Browse the repository at this point in the history
  24. delay-stream: case srcDev==dstDev, cleanup

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    9ca2fa6 View commit details
    Browse the repository at this point in the history
  25. delay-stream: added a few options

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    66f2096 View commit details
    Browse the repository at this point in the history
  26. delay-stream: profiling added; using bit operations

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    5ea41b0 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2928ed6 View commit details
    Browse the repository at this point in the history
  28. using RSS queues

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    d797b1f View commit details
    Browse the repository at this point in the history
  29. added multitask mode

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    5228d92 View commit details
    Browse the repository at this point in the history
  30. SYN/ACK example with multitask mode

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    5d0d6ae View commit details
    Browse the repository at this point in the history
  31. multitask mode: treat RX/TX buffer size options

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    9941db7 View commit details
    Browse the repository at this point in the history
  32. an example added for multitask mode

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    365d7a9 View commit details
    Browse the repository at this point in the history
  33. multitask mode: more help provided

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    1e4ca89 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    854a1d1 View commit details
    Browse the repository at this point in the history
  35. starting tasks in multitask fixed

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    98b79d1 View commit details
    Browse the repository at this point in the history
  36. multitask: --dev option fixed

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    bd00eb8 View commit details
    Browse the repository at this point in the history
  37. using RSS queues

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    f23a53a View commit details
    Browse the repository at this point in the history
  38. fixup rx-to-pcap test

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    fd300f2 View commit details
    Browse the repository at this point in the history
  39. workaround of a serpent serializer bug

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    f4565f1 View commit details
    Browse the repository at this point in the history
  40. rx buffer memory fixup

    Artem Shvorin committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    6b5a5db View commit details
    Browse the repository at this point in the history
  41. Update README.md

    Using task managed
    shvorin authored Jul 17, 2018
    Configuration menu
    Copy the full SHA
    73f9f0f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. update libmoon

    emmericp authored and Artem Shvorin committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    50b0b84 View commit details
    Browse the repository at this point in the history
  2. Revert "workaround of a serpent serializer bug", since the bug was fi…

    …xed.
    
    This reverts commit f4565f1.
    Artem Shvorin committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    b16d2f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2018

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