[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130122.205132.2281610193783011537.davem@davemloft.net>
Date: Tue, 22 Jan 2013 20:51:32 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: David.Choi@...rel.Com
Cc: netdev@...r.kernel.org, Ping.Doong@...rel.Com
Subject: Re: [PATCH net-next] drivers/net/ethernet/micrel/ks8851_mll:
Implement basic statistics
From: "Choi, David" <David.Choi@...rel.Com>
Date: Wed, 23 Jan 2013 01:40:41 +0000
> From: David J. Choi <david.choi@...rel.com>
>
> Summary of changes:
> add codes to collect basic statistical information about Ethernet packets.
>
> Signed-off-by: David J. Choi <david.choi@...rel.com>
A Subject prefix of "ks8851_mll: " is sufficient, people who want the
whole patch name can simply look at the patch.
> + if (frame_hdr->sts & RXFSHR_RXFV)
This line has trailing whitespace errors.
> + netdev->stats.rx_frame_errors++;
> pr_err("%s: err:skb alloc\n", __func__);
BTW it's inappropriate to log an SKB allocation failure as an error in
the kernel logs like this. This can be completely normal on a heavily
loaded system. People can look at the device statistics to learn about
this event, or use a more sophisticated tool like the drop monitor.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists