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

Added pages for libbpf open coded iterator and endianness conversion macros #90

Merged
merged 2 commits into from
Nov 23, 2024

Commits on Nov 23, 2024

  1. libbpf/ebpf: Added pages for open coded iterator macros

    This commit adds pages for the open coded iterator macros that are
    available in the libbpf ebpf library.
    
    Signed-off-by: Dylan Reimerink <[email protected]>
    dylandreimerink committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    31752fb View commit details
    Browse the repository at this point in the history
  2. libbpf/ebpf: Add endian conversion functions

    This commit adds pages for endian conversion functions to the libbpf
    ebpf library.
    
    Signed-off-by: Dylan Reimerink <[email protected]>
    dylandreimerink committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    cba5583 View commit details
    Browse the repository at this point in the history