Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 971d1d3a authored by Alexander Duyck's avatar Alexander Duyck Committed by David S. Miller
Browse files

igb: removed unused tx/rx total bytes/packets from adapter struct



This patch removes unused variables total_tx_bytes, total_tx_packets,
total_rx_bytes, and total_rx_packets from the adapter struct.

Signed-off-by: default avatarAlexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 128e45eb
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -249,10 +249,6 @@ struct igb_adapter {
	u16 link_speed;
	u16 link_duplex;

	unsigned int total_tx_bytes;
	unsigned int total_tx_packets;
	unsigned int total_rx_bytes;
	unsigned int total_rx_packets;
	/* Interrupt Throttle Rate */
	u32 rx_itr_setting;
	u32 tx_itr_setting;