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

bpf: format fixes for BPF helpers and bpftool documentation #8

Closed
wants to merge 4 commits into from

Commits on Sep 6, 2020

  1. adding ci files

    tsipa committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    ecd37d6 View commit details
    Browse the repository at this point in the history
  2. Fix a formatting error in the documentation for bpftool-link, so that

    the man page can build correctly.
    
    Signed-off-by: Quentin Monnet <quentin@isovalent.com>
    ---
     tools/bpf/bpftool/Documentation/bpftool-link.rst | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    qmonnet authored and tsipa committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    634a64c View commit details
    Browse the repository at this point in the history
  3. Fix a formatting error in the description of bpf_load_hdr_opt() (rst2man

    complains about a wrong indentation, but what is missing is actually a
    blank line before the bullet list).
    
    Fix and harmonise the formatting for other helpers.
    
    Signed-off-by: Quentin Monnet <quentin@isovalent.com>
    ---
     include/uapi/linux/bpf.h | 87 +++++++++++++++++++++-------------------
     1 file changed, 45 insertions(+), 42 deletions(-)
    qmonnet authored and tsipa committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    86f729b View commit details
    Browse the repository at this point in the history
  4. Synchronise the bpf.h header under tools, to report the fixes recently

    brought to the documentation for the BPF helpers.
    
    Signed-off-by: Quentin Monnet <quentin@isovalent.com>
    ---
     tools/include/uapi/linux/bpf.h | 87 ++++++++++++++++++----------------
     1 file changed, 45 insertions(+), 42 deletions(-)
    qmonnet authored and tsipa committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    5e05c32 View commit details
    Browse the repository at this point in the history