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

Multi-file support #2

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Multi-file support #2

wants to merge 5 commits into from

Commits on May 18, 2022

  1. Fix simplekvspec.h VERBOSE function

    - struct Node no longer has member num
    tzussman committed May 18, 2022
    Configuration menu
    Copy the full SHA
    f8d1701 View commit details
    Browse the repository at this point in the history
  2. Add LDFLAG for libbpf in Makefile

    - Default install directory for libbpf isn't in gcc's default paths
    - Use default path specified in libbpf's src/Makefile
    - Can override the path by setting LIBDIR when running make
    tzussman committed May 18, 2022
    Configuration menu
    Copy the full SHA
    7a07b14 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    - Reflect usage of LD_PRELOAD in all commands
    - Mention clang and llvm deps
    - Remove section about xrp_loader
    - Mention root access requirement for bpf
    tzussman committed May 18, 2022
    Configuration menu
    Copy the full SHA
    5dfb0dc View commit details
    Browse the repository at this point in the history
  4. Add multi-file support to BPF get program

    - Set fd_arr[0] = cur_fd
    tzussman committed May 18, 2022
    Configuration menu
    Copy the full SHA
    24586b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    763f6f4 View commit details
    Browse the repository at this point in the history