Daniel Müller
20f0330235
Remove unused .travis.yml configuration
...
Checking earlier pull requests, to the best of my understanding nothing
is using Travis anymore -- all CI checks are GitHub Actions based.
Further checking the Travis repository [0] the last CI run there was 2
years ago.
Hence, let's remove stale configuration for Travis, as it's seemingly
only bitrotting and causing confusion.
[0]: https://travis-ci.org/github/libbpf/libbpf/builds
Signed-off-by: Daniel Müller <deso@posteo.net >
2022-06-28 18:26:00 -07:00
Daniel Müller
55638904af
libbpf: Fix a couple of typos
...
This change fixes a couple of typos that were encountered while studying
the source code.
Signed-off-by: Daniel Müller <deso@posteo.net >
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net >
Signed-off-by: Andrii Nakryiko <andrii@kernel.org >
Acked-by: Song Liu <songliubraving@fb.com >
Link: https://lore.kernel.org/bpf/20220601154025.3295035-1-deso@posteo.net
2022-06-07 17:39:28 -07:00
Daniel Müller
37218f49fa
libbpf: Introduce libbpf_bpf_link_type_str
...
This change introduces a new function, libbpf_bpf_link_type_str, to the
public libbpf API. The function allows users to get a string
representation for a bpf_link_type enum variant.
Signed-off-by: Daniel Müller <deso@posteo.net >
Signed-off-by: Andrii Nakryiko <andrii@kernel.org >
Acked-by: Quentin Monnet <quentin@isovalent.com >
Acked-by: Yonghong Song <yhs@fb.com >
Link: https://lore.kernel.org/bpf/20220523230428.3077108-11-deso@posteo.net
2022-06-07 17:39:28 -07:00
Daniel Müller
bdbce77631
libbpf: Introduce libbpf_bpf_attach_type_str
...
This change introduces a new function, libbpf_bpf_attach_type_str, to
the public libbpf API. The function allows users to get a string
representation for a bpf_attach_type variant.
Signed-off-by: Daniel Müller <deso@posteo.net >
Signed-off-by: Andrii Nakryiko <andrii@kernel.org >
Acked-by: Quentin Monnet <quentin@isovalent.com >
Acked-by: Yonghong Song <yhs@fb.com >
Link: https://lore.kernel.org/bpf/20220523230428.3077108-8-deso@posteo.net
2022-06-07 17:39:28 -07:00
Daniel Müller
242c116f04
libbpf: Introduce libbpf_bpf_map_type_str
...
This change introduces a new function, libbpf_bpf_map_type_str, to the
public libbpf API. The function allows users to get a string
representation for a bpf_map_type enum variant.
Signed-off-by: Daniel Müller <deso@posteo.net >
Signed-off-by: Andrii Nakryiko <andrii@kernel.org >
Acked-by: Quentin Monnet <quentin@isovalent.com >
Acked-by: Yonghong Song <yhs@fb.com >
Link: https://lore.kernel.org/bpf/20220523230428.3077108-5-deso@posteo.net
2022-06-07 17:39:28 -07:00
Daniel Müller
4d9cd51e7e
libbpf: Introduce libbpf_bpf_prog_type_str
...
This change introduces a new function, libbpf_bpf_prog_type_str, to the
public libbpf API. The function allows users to get a string
representation for a bpf_prog_type variant.
Signed-off-by: Daniel Müller <deso@posteo.net >
Signed-off-by: Andrii Nakryiko <andrii@kernel.org >
Acked-by: Quentin Monnet <quentin@isovalent.com >
Acked-by: Yonghong Song <yhs@fb.com >
Link: https://lore.kernel.org/bpf/20220523230428.3077108-2-deso@posteo.net
2022-06-07 17:39:28 -07:00