On Tue, 2016-07-19 at 20:26 +0300, Leon Romanovsky wrote: > On Tue, Jul 19, 2016 at 02:09:25PM +0300, Netanel Belgazal wrote: > > This is the debugging message interface. > > https://www.kernel.org/doc/Documentation/networking/netif-msg.txt > This document was updated last time in 2006 and I doubt that it is > relevant in 2016. You have dynamic debug prints infrastructure for it, > use it.
I think this is uninformed. netif_<level> works well, is compatible with dynamic debug, and is commonly used with new networking drivers.