[PATCH net-next] cxgb4: Update proper netdev stats for rx drops

Subsystems: cxgb4 ethernet driver (cxgb4), networking drivers, the rest

STALE3492d

2 messages, 2 authors, 2017-02-15 · open the first message on its own page

[PATCH net-next] cxgb4: Update proper netdev stats for rx drops

From: Ganesh Goudar <hidden>
Date: 2017-02-15 06:15:57

Count buffer group drops or truncates as rx drops rather than
rx errors in netdev stats.

Signed-off-by: Ganesh Goudar <redacted>
Signed-off-by: Arjun V <redacted>
---
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
index d75f77a..afb0967 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
+++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
@@ -2400,7 +2400,7 @@ static void cxgb_get_stats(struct net_device *dev,
 	ns->rx_over_errors   = 0;
 	ns->rx_crc_errors    = stats.rx_fcs_err;
 	ns->rx_frame_errors  = stats.rx_symbol_err;
-	ns->rx_fifo_errors   = stats.rx_ovflow0 + stats.rx_ovflow1 +
+	ns->rx_dropped	     = stats.rx_ovflow0 + stats.rx_ovflow1 +
 			       stats.rx_ovflow2 + stats.rx_ovflow3 +
 			       stats.rx_trunc0 + stats.rx_trunc1 +
 			       stats.rx_trunc2 + stats.rx_trunc3;
-- 
2.1.0

Re: [PATCH net-next] cxgb4: Update proper netdev stats for rx drops

From: David Miller <davem@davemloft.net>
Date: 2017-02-15 17:41:18

From: Ganesh Goudar <redacted>
Date: Wed, 15 Feb 2017 11:45:25 +0530
Count buffer group drops or truncates as rx drops rather than
rx errors in netdev stats.

Signed-off-by: Ganesh Goudar <redacted>
Signed-off-by: Arjun V <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help