> -----Original Message----- > From: Stephen Hemminger <[email protected]> > Sent: Wednesday 1 July 2026 23:35 > To: [email protected] > Cc: Stephen Hemminger <[email protected]>; Konstantin Ananyev > <[email protected]>; > Marat Khalili <[email protected]> > Subject: [PATCH 1/2] bpf: default log level should be NOTICE > > BPF is used by other services now and the default log > level should match other libraries. > > Signed-off-by: Stephen Hemminger <[email protected]> > --- > 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
Acked-by: Marat Khalili <[email protected]> (I wonder if this default should have a name like LIB_DEFAULT.)

