On 08/08/2017 11:27 AM, Stephen Hemminger wrote: > On Mon, 07 Aug 2017 15:02:58 -0400 > Nathan Fontenot <nf...@linux.vnet.ibm.com> wrote: > >> To ease debugging of the ibmvnic driver add a series of netdev_dbg() >> statements to track driver status, especially during initialization, >> removal, and resetting of the driver. >> >> Signed-off-by: Nathan Fontenot <nf...@linux.vnet.ibm.com> > > Maybe use netif_dbg() and the message type stuff.
Oh! I like this even more. This just begs to update all of the message reporting in the driver though. Let's scrap this patch. I'll work on a new patchset based on using the netif_*() infrastructure. -Nathan