All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] bpf: default log level should be NOTICE
@ 2026-07-01 22:34 Stephen Hemminger
  2026-07-01 22:34 ` [PATCH 2/2] bpf: silence noisy message Stephen Hemminger
  2026-07-02  8:40 ` [PATCH 1/2] bpf: default log level should be NOTICE Marat Khalili
  0 siblings, 2 replies; 6+ messages in thread
From: Stephen Hemminger @ 2026-07-01 22:34 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger, Konstantin Ananyev, Marat Khalili

BPF is used by other services now and the default log
level should match other libraries.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 lib/bpf/bpf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bpf/bpf.c b/lib/bpf/bpf.c
index 740c080591..695454a2d4 100644
--- a/lib/bpf/bpf.c
+++ b/lib/bpf/bpf.c
@@ -78,4 +78,4 @@ __rte_bpf_jit(struct rte_bpf *bpf)
 	return rc;
 }
 
-RTE_LOG_REGISTER_DEFAULT(rte_bpf_logtype, INFO);
+RTE_LOG_REGISTER_DEFAULT(rte_bpf_logtype, NOTICE);
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-07-02 16:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-01 22:34 [PATCH 1/2] bpf: default log level should be NOTICE Stephen Hemminger
2026-07-01 22:34 ` [PATCH 2/2] bpf: silence noisy message Stephen Hemminger
2026-07-02  8:36   ` Marat Khalili
2026-07-02 16:30     ` Stephen Hemminger
2026-07-02 16:34       ` Marat Khalili
2026-07-02  8:40 ` [PATCH 1/2] bpf: default log level should be NOTICE Marat Khalili

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.