gianfar: Remove superfluous kernel_dropped local counter
The GRO_DROP return code is handled by the core network layer. The current kernel approach is to factorize this kind of statistics into the upper layers, instead of having all the drivers maintaining them. Signed-off-by: Claudiu Manoil <claudiu.manoil@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
c6e1160ed6
commit
953d276847
@@ -66,7 +66,6 @@ static void gfar_gdrvinfo(struct net_device *dev,
|
||||
struct ethtool_drvinfo *drvinfo);
|
||||
|
||||
static const char stat_gstrings[][ETH_GSTRING_LEN] = {
|
||||
"rx-dropped-by-kernel",
|
||||
"rx-large-frame-errors",
|
||||
"rx-short-frame-errors",
|
||||
"rx-non-octet-errors",
|
||||
|
Reference in New Issue
Block a user