Re: [PATCH net-next 0/9] l2tp: replace custom logging code with tracepoints

2020-08-21 Thread James Chapman
On 21/08/2020 11:47, Tom Parkin wrote: > The l2tp subsystem implemented custom logging macros for debugging > purposes which were controlled using a set of debugging flags in each > tunnel and session structure. > > A more standard and easier-to-use approach is to use tracepoints. > > This patchset

[PATCH net-next 0/9] l2tp: replace custom logging code with tracepoints

2020-08-21 Thread Tom Parkin
The l2tp subsystem implemented custom logging macros for debugging purposes which were controlled using a set of debugging flags in each tunnel and session structure. A more standard and easier-to-use approach is to use tracepoints. This patchset refactors l2tp to: * remove excessive logging *