Re: [PATCH net-next] ibmvnic: Add netdev_dbg output for debugging

2017-08-08 Thread Nathan Fontenot
On 08/08/2017 11:27 AM, Stephen Hemminger wrote: > On Mon, 07 Aug 2017 15:02:58 -0400 > Nathan Fontenot 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.

Re: [PATCH net-next] ibmvnic: Add netdev_dbg output for debugging

2017-08-08 Thread Stephen Hemminger
On Mon, 07 Aug 2017 15:02:58 -0400 Nathan Fontenot 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 Maybe use netif_dbg

Re: [PATCH net-next] ibmvnic: Add netdev_dbg output for debugging

2017-08-08 Thread Nathan Fontenot
On 08/07/2017 10:29 AM, Joe Perches wrote: > On Mon, 2017-08-07 at 15:02 -0400, Nathan Fontenot 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. > > For so

Re: [PATCH net-next] ibmvnic: Add netdev_dbg output for debugging

2017-08-07 Thread Joe Perches
On Mon, 2017-08-07 at 15:02 -0400, Nathan Fontenot 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. For some of the function entry logging, it seems better to

[PATCH net-next] ibmvnic: Add netdev_dbg output for debugging

2017-08-07 Thread Nathan Fontenot
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 --- drivers/net/ethernet/ibm/ibmvnic.c | 78 +--- 1 fil