Eric Dumazet
60d5113428
ixgbe: Fix TX stats accounting
...
Here is an updated version, because ixgbe_get_ethtool_stats()
needs to call dev_get_stats() or "ethtool -S" wont give
correct tx_bytes/tx_packets values.
Several cpus can update netdev->stats.tx_bytes & netdev->stats.tx_packets
in parallel. In this case, TX stats are under estimated and false sharing
takes place.
After a pktgen session sending exactly 200000000 packets :
# ifconfig fiber0 | grep TX
TX packets:198501982 errors:0 dropped:0 overruns:0 carrier:0
Multi queue devices should instead use txq->tx_bytes & txq->tx_packets
in their xmit() method (appropriate txq lock already held by caller, no
cache line miss), or use appropriate locking.
After patch, same pktgen session gives :
# ifconfig fiber0 | grep TX
TX packets:200000000 errors:0 dropped:0 overruns:0 carrier:0
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-12-08 20:10:12 -08:00
..
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-01 22:13:38 -08:00
2009-11-18 10:47:03 -08:00
2009-12-02 22:10:16 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 16:15:52 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-09-01 01:14:07 -07:00
2009-09-24 17:08:56 -07:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-08 20:10:12 -08:00
2009-12-03 13:18:01 -08:00
2009-10-13 11:48:18 -07:00
2009-10-14 14:54:52 -07:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-02 19:57:11 -08:00
2009-12-08 20:10:12 -08:00
2009-10-13 12:55:20 -07:00
2009-10-14 10:52:40 -07:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-05 15:22:26 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-11-29 17:23:58 -08:00
2009-10-11 11:20:58 -07:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 15:31:18 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-11-06 05:01:54 -08:00
2009-12-07 16:59:23 -05:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-09-01 01:13:50 -07:00
2009-12-03 13:18:01 -08:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2009-07-05 19:23:38 -07:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-09-01 01:14:07 -07:00
2009-09-01 01:14:07 -07:00
2009-09-01 01:14:07 -07:00
2009-09-01 01:14:07 -07:00
2009-09-01 01:14:07 -07:00
2009-10-12 04:18:48 -07:00
2009-09-01 01:14:07 -07:00
2009-09-03 20:02:11 -07:00
2009-09-01 01:14:07 -07:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-11-29 00:57:15 -08:00
2009-11-30 00:13:28 -08:00
2009-06-15 03:02:23 -07:00
2009-10-13 11:48:18 -07:00
2009-09-17 20:07:53 +02:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 15:58:00 -08:00
2009-12-03 13:18:11 -08:00
2009-08-12 23:03:00 -07:00
2009-08-12 22:53:28 -07:00
2009-11-05 20:00:41 -08:00
2009-08-12 23:02:59 -07:00
2009-08-12 23:02:59 -07:00
2009-12-03 13:18:01 -08:00
2009-11-05 20:00:29 -08:00
2009-11-18 05:03:14 -08:00
2009-11-05 20:00:48 -08:00
2009-11-17 04:08:48 -08:00
2009-11-06 20:26:09 -08:00
2009-10-11 23:30:16 -07:00
2009-10-11 23:30:14 -07:00
2009-12-02 19:57:22 -08:00
2009-10-11 23:30:16 -07:00
2009-10-13 11:48:18 -07:00
2009-11-18 23:29:17 -08:00
2009-11-20 13:57:54 -08:00
2009-07-05 19:16:04 -07:00
2009-07-05 19:16:04 -07:00
2009-11-18 23:29:17 -08:00
2009-09-01 01:14:07 -07:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-11-11 19:22:21 -08:00
2009-09-01 01:14:07 -07:00
2009-09-01 01:13:40 -07:00
2009-12-01 22:13:38 -08:00
2009-12-03 13:18:01 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-09-23 07:39:43 -07:00
2009-12-03 13:18:01 -08:00
2009-10-11 11:20:58 -07:00
2009-09-01 01:14:07 -07:00
2009-11-18 22:19:03 -08:00
2009-10-11 11:20:58 -07:00
2009-12-03 13:18:01 -08:00
2009-10-14 14:54:52 -07:00
2009-11-18 23:29:17 -08:00
2009-10-20 18:51:37 -07:00
2009-07-06 18:56:11 -07:00
2009-11-18 23:29:17 -08:00
2009-11-08 23:00:54 -08:00
2009-11-02 23:40:57 -08:00
2009-11-02 23:40:59 -08:00
2009-12-03 13:18:01 -08:00
2009-11-11 19:03:36 -08:00
2009-11-08 00:43:17 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-09-07 01:56:52 -07:00
2009-09-01 01:14:07 -07:00
2009-11-18 23:29:17 -08:00
2009-11-20 15:35:04 -08:00
2009-07-05 19:16:04 -07:00
2009-11-18 10:48:39 -08:00
2009-06-12 18:01:46 +02:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-07-06 13:05:13 -07:00
2009-11-29 00:57:15 -08:00
2009-11-18 23:29:17 -08:00
2009-10-13 11:48:18 -07:00
2009-11-20 13:53:36 -08:00
2009-12-03 16:04:25 -08:00
2009-10-20 19:11:06 -07:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2009-12-01 16:15:52 -08:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2009-09-21 15:14:56 +02:00
2009-12-03 13:18:01 -08:00
2009-11-18 23:29:17 -08:00
2009-12-03 15:59:22 -08:00
2009-10-14 15:13:45 -07:00
2009-10-12 23:59:08 -07:00
2009-10-01 14:34:40 -07:00
2009-09-03 20:02:11 -07:00
2009-11-18 23:29:17 -08:00
2009-11-29 17:04:31 -08:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2009-07-08 10:30:03 -07:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-11-13 14:07:30 -08:00
2009-06-12 18:01:45 +02:00
2009-12-03 13:18:01 -08:00
2009-10-12 13:26:39 -07:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-01 16:15:57 -08:00
2009-11-05 22:18:14 -08:00
2009-12-02 00:52:31 -08:00
2009-12-02 00:52:31 -08:00
2009-09-02 01:03:33 -07:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-09-21 15:14:54 +02:00
2009-09-01 01:14:07 -07:00
2009-09-01 01:14:07 -07:00
2009-11-13 19:56:53 -08:00
2009-08-30 22:35:11 -07:00
2009-12-03 13:18:01 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2009-11-18 23:29:17 -08:00
2009-10-13 11:48:18 -07:00
2009-11-18 23:29:17 -08:00
2009-10-13 03:44:05 -07:00
2009-10-13 11:48:18 -07:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2009-10-01 15:14:54 -07:00
2009-12-03 13:18:01 -08:00
2009-10-29 22:57:27 -07:00
2009-12-03 13:18:01 -08:00
2009-12-01 22:13:38 -08:00
2009-12-03 13:18:01 -08:00
2009-11-18 23:29:17 -08:00
2009-08-12 22:13:16 -07:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-01 22:13:38 -08:00
2009-07-05 19:23:38 -07:00
2009-11-10 20:28:52 -08:00
2009-12-03 13:18:01 -08:00
2009-11-18 23:29:17 -08:00
2009-07-05 19:16:04 -07:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2009-11-18 22:19:03 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-09-22 14:00:09 -07:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2009-11-04 05:06:24 -08:00
2009-12-03 13:18:08 -08:00
2009-12-03 13:18:04 -08:00
2009-12-03 13:18:01 -08:00
2009-10-13 11:48:18 -07:00
2009-11-06 22:52:32 -08:00
2009-12-03 13:18:01 -08:00
2009-08-30 21:51:47 -07:00
2009-12-03 13:18:01 -08:00
2009-08-30 21:51:47 -07:00
2009-11-29 00:57:15 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-11-26 15:51:29 -08:00
2009-12-03 13:18:01 -08:00
2009-09-02 01:03:33 -07:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-08-09 21:46:53 -07:00