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

xdp-loader: also silence libbpf logging on unload #323

Merged
merged 1 commit into from
May 30, 2023

Conversation

tohojo
Copy link
Member

@tohojo tohojo commented May 19, 2023

In xdp-loader we explicitly silence libbpf logging before loading a program
because the output is unhelpful in most cases. With the addition of
multiprog probing we also get unhelpful output on unload, so also silence
the output there.

Reported-by: Simon Sundberg Simon.Sundberg@kau.se
Signed-off-by: Toke Høiland-Jørgensen toke@redhat.com

In xdp-loader we explicitly silence libbpf logging before loading a program
because the output is unhelpful in most cases. With the addition of
multiprog probing we also get unhelpful output on unload, so also silence
the output there.

Reported-by: Simon Sundberg <Simon.Sundberg@kau.se>
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
@tohojo tohojo merged commit bc27e70 into master May 30, 2023
@tohojo tohojo deleted the libbpf-silence-unload branch May 30, 2023 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant