Re: [PATCH v5 3/4] net: dropreason: use new __print_sym() in tracing

2024-06-18 Thread Paolo Abeni
On Fri, 2024-06-14 at 10:19 +0200, Johannes Berg wrote: > From: Johannes Berg > > The __print_symbolic() could only ever print the core > drop reasons, since that's the way the infrastructure > works. Now that we have __print_sym() with all the > advantages mentioned in that commit, convert to th

[PATCH v5 3/4] net: dropreason: use new __print_sym() in tracing

2024-06-14 Thread Johannes Berg
From: Johannes Berg The __print_symbolic() could only ever print the core drop reasons, since that's the way the infrastructure works. Now that we have __print_sym() with all the advantages mentioned in that commit, convert to that and get all the drop reasons from all subsystems. As we already h