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 rx_rate to prdcr_add and prdcr_subscribe + IPv6 support #1267

Merged
merged 7 commits into from
Sep 12, 2023

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    704a0ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dc00ce View commit details
    Browse the repository at this point in the history
  3. Add rx_rate to prdcr_add

    narategithub committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b53ed8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd33fbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db4a71d View commit details
    Browse the repository at this point in the history
  6. Fix sa_len in zap_sock get_name

    The `sa_len` argument is in-out. Its initial value should be set by the
    caller.
    narategithub committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    064fe78 View commit details
    Browse the repository at this point in the history
  7. IPv6 support in LDMS stack and Stream

    - Add IPv6 support to LDMS library.
    - Update LDMS Python library.
    - Update ldms_ls, ldmsd, ldmsd_prdcr to not assume IPv4.
    - Fix 'zap_sock' to not assume IPv4.
    narategithub committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    750f3e9 View commit details
    Browse the repository at this point in the history