Re: [Bridge] [PATCH net-next 06/16] net: bridge: Add a tracepoint for MDB overflows

2023-01-27 Thread Petr Machata via Bridge
Steven Rostedt writes: >> diff --git a/include/trace/events/bridge.h b/include/trace/events/bridge.h >> index 6b200059c2c5..00d5e2dcb3ad 100644 >> --- a/include/trace/events/bridge.h >> +++ b/include/trace/events/bridge.h >> @@ -122,6 +122,73 @@ TRACE_EVENT(br_fdb_update, >>__en

Re: [Bridge] [PATCH net-next] netlink: provide an ability to set default extack message

2023-01-27 Thread Vladimir Oltean
On Fri, Jan 27, 2023 at 07:22:26AM +0200, Leon Romanovsky wrote: > It means changing ALL error unwind places where extack was forwarded > before to subfunctions. > > Places like this: > ret = func(..., extack) > if (ret) { >NL_SET_ERR_MSG_MOD... >return ret; > } > > will need to be cha