Re: [PATCH] dpaa_eth: enable NETIF_MSG_HW by default

2020-10-10 Thread Jakub Kicinski
On Thu, 8 Oct 2020 14:37:44 + Madalin Bucur (OSS) wrote: > > From: Maxim Kochetkov > > > > 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 s

RE: [PATCH] dpaa_eth: enable NETIF_MSG_HW by default

2020-10-08 Thread Madalin Bucur (OSS)
> -Original Message- > From: Vladimir Oltean > To: da...@davemloft.net > Subject: [PATCH] dpaa_eth: enable NETIF_MSG_HW by default > > From: Maxim Kochetkov > > When packets are received on the error queue, this function under > net_ratelimit(): > >

Re: [PATCH] dpaa_eth: enable NETIF_MSG_HW by default

2020-10-08 Thread Vladimir Oltean
On Thu, Oct 08, 2020 at 03:03:12PM +0300, Vladimir Oltean wrote: > From: Maxim Kochetkov > > 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: > > [ 3

[PATCH] dpaa_eth: enable NETIF_MSG_HW by default

2020-10-08 Thread Vladimir Oltean
From: Maxim Kochetkov 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