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

2020-08-22 Thread David Miller
From: Tom Parkin Date: Sat, 22 Aug 2020 15:59:00 +0100 > 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

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

2020-08-22 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 *