diff options
author | Maxim Kochetkov <fido_max@inbox.ru> | 2020-10-08 15:03:12 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-10-10 10:49:56 -0700 |
commit | fea9b31e25e6087b86aeb3dcdb1062b8d6c04c8e (patch) | |
tree | afa208ef7611250f14754b9e7f25c757f7f56d20 /drivers/of/pdt.c | |
parent | 8d6112f0a0c4ef9187959955eb67b6400577b1f2 (diff) | |
download | lwn-fea9b31e25e6087b86aeb3dcdb1062b8d6c04c8e.tar.gz lwn-fea9b31e25e6087b86aeb3dcdb1062b8d6c04c8e.zip |
dpaa_eth: enable NETIF_MSG_HW by default
When packets are received on the error queue, this function under
net_ratelimit():
netif_err(priv, hw, net_dev, "Err FD status = 0x%08x\n");
does not get printed. Instead we only see:
[ 3658.845592] net_ratelimit: 244 callbacks suppressed
[ 3663.969535] net_ratelimit: 230 callbacks suppressed
[ 3669.085478] net_ratelimit: 228 callbacks suppressed
Enabling NETIF_MSG_HW fixes this issue, and we can see some information
about the frame descriptors of packets.
Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Madalin Bucur <madalin.bucur@oss.nxp.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/of/pdt.c')
0 files changed, 0 insertions, 0 deletions