diff options
Diffstat (limited to 'drivers/net/ixgbe')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c index 87ef2db8c430..50737ccdeca2 100644 --- a/drivers/net/ixgbe/ixgbe_main.c +++ b/drivers/net/ixgbe/ixgbe_main.c | |||
@@ -664,9 +664,6 @@ next_desc: | |||
664 | if (cleaned_count) | 664 | if (cleaned_count) |
665 | ixgbe_alloc_rx_buffers(adapter, rx_ring, cleaned_count); | 665 | ixgbe_alloc_rx_buffers(adapter, rx_ring, cleaned_count); |
666 | 666 | ||
667 | adapter->net_stats.rx_bytes += total_rx_bytes; | ||
668 | adapter->net_stats.rx_packets += total_rx_packets; | ||
669 | |||
670 | rx_ring->total_packets += total_rx_packets; | 667 | rx_ring->total_packets += total_rx_packets; |
671 | rx_ring->total_bytes += total_rx_bytes; | 668 | rx_ring->total_bytes += total_rx_bytes; |
672 | adapter->net_stats.rx_bytes += total_rx_bytes; | 669 | adapter->net_stats.rx_bytes += total_rx_bytes; |