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 to shared memory #227

Merged
merged 9 commits into from
Sep 18, 2024
Merged

Counters to shared memory #227

merged 9 commits into from
Sep 18, 2024

Commits on Sep 15, 2024

  1. Functions for working with shared memory are implemented

    - Work with shared memory Posix standard and System V is supported.
    - Two functions are implemented for each standard - to create a buffer (on the
    server) and to open the created buffer (on the client).
    - When creating a buffer, one can, if necessary, specify the socket (numa node)
    on which to allocate memory, and whether to use HugeMem.
    stal76 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    70ae094 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    4bc3bf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eba162 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c452d0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6251ef8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da598ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2948bd0 View commit details
    Browse the repository at this point in the history
  7. Added new options to the cli

    - Bus operation time measurements are enabled.
    - Added error message output when connecting via socket to a dataplane before
      calling an exception.
    - 3 commands for getting bus statistics have been added to the cli.
    - The command to get the main counters has been added to the cli.
    stal76 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5aa1821 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9dd6a2 View commit details
    Browse the repository at this point in the history