Skip to content
View martinkennelly's full-sized avatar

Organizations

@ovn-org @k8snetworkplumbingwg
Block or Report

Block or report martinkennelly

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. eBPF helper functions documentation ... eBPF helper functions documentation - linux kernel ver. 5.3.13
    1
    A great function for generating latest kernel doc or man page for bpf helper functions
    2
    
                  
    3
    > ./scripts/bpf_helpers_doc.py --filename include/uapi/linux/bpf.h > /tmp/bpf_helpers_docs.rst
    4
    > rst2man.py /tmp/bpf_helpers_docs.rst > /tmp/bpf_helpers_docs.man
    5
    > man /tmp/bpf_helpers_docs.man