Re: [PATCH net-next] ibmvnic: Report rx buffer return codes as netdev_dbg

2017-08-07 Thread David Miller
From: John Allen Date: Mon, 7 Aug 2017 15:42:30 -0500 > Reporting any return code for a receive buffer as an "rx error" only > produces alarming noise and the only values that have been observed to be > used in this field are not error conditions. Change this to a netdev_dbg > with a more descrip

[PATCH net-next] ibmvnic: Report rx buffer return codes as netdev_dbg

2017-08-07 Thread John Allen
Reporting any return code for a receive buffer as an "rx error" only produces alarming noise and the only values that have been observed to be used in this field are not error conditions. Change this to a netdev_dbg with a more descriptive message. Signed-off-by: John Allen --- diff --git a/drive