Messages in this thread |  | | Subject | Re: [PATCH net-next V3] net: ena: Add a driver for Amazon Elastic Network Adapters (ENA) | From | Joe Perches <> | Date | Tue, 19 Jul 2016 10:49:57 -0700 |
| |
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.
|  |