Eric Dumazet
45203a3b38
net_sched: add 64bit rate estimators
...
struct gnet_stats_rate_est contains u32 fields, so the bytes per second
field can wrap at 34360Mbit.
Add a new gnet_stats_rate_est64 structure to get 64bit bps/pps fields,
and switch the kernel to use this structure natively.
This structure is dumped to user space as a new attribute :
TCA_STATS_RATE_EST64
Old tc command will now display the capped bps (to 34360Mbit), instead
of wrapped values, and updated tc command will display correct
information.
Old tc command output, after patch :
eric:~# tc -s -d qd sh dev lo
qdisc pfifo 8001: root refcnt 2 limit 1000p
Sent 80868245400 bytes 1978837 pkt (dropped 0, overlimits 0 requeues 0)
rate 34360Mbit 189696pps backlog 0b 0p requeues 0
This patch carefully reorganizes "struct Qdisc" layout to get optimal
performance on SMP.
Signed-off-by: Eric Dumazet <edumazet@google.com >
Cc: Ben Hutchings <bhutchings@solarflare.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2013-06-11 02:51:03 -07:00
..
2013-04-29 20:09:03 +02:00
2013-06-06 01:03:06 -07:00
2013-06-06 01:03:06 -07:00
2013-02-21 12:05:51 -08:00
2013-01-21 12:20:19 +01:00
2013-01-23 12:55:29 +01:00
2013-04-18 20:27:55 +02:00
2011-01-18 18:12:24 +01:00
2013-05-01 14:08:52 -07:00
2013-04-18 20:27:55 +02:00
2013-04-19 17:55:29 -04:00
2012-06-16 15:08:49 +02:00
2013-05-27 13:32:43 +02:00
2011-04-04 15:21:02 +02:00
2013-04-18 20:27:55 +02:00
2013-04-18 20:27:55 +02:00
2013-04-18 20:27:55 +02:00
2013-01-23 12:56:23 +01:00
2011-01-18 18:12:24 +01:00
2013-03-19 17:02:18 +01:00
2013-04-18 20:27:55 +02:00
2013-04-05 20:12:54 +02:00
2012-07-04 19:37:22 +02:00
2013-04-18 20:27:55 +02:00
2013-04-18 20:27:55 +02:00
2013-04-18 20:27:55 +02:00
2013-04-18 20:27:55 +02:00
2013-04-05 20:12:54 +02:00
2013-04-18 20:27:55 +02:00
2013-02-19 02:48:05 +01:00
2013-04-06 14:03:18 +02:00
2013-01-18 00:28:18 +01:00
2013-04-18 20:27:55 +02:00
2013-04-18 20:27:55 +02:00
2013-01-23 12:56:02 +01:00
2013-01-23 12:55:39 +01:00
2012-09-03 13:52:54 +02:00
2013-06-06 01:03:06 -07:00
2013-04-18 20:27:55 +02:00
2013-04-25 00:53:40 -04:00
2013-02-19 02:48:05 +01:00
2013-05-31 16:38:25 -07:00
2013-02-19 02:48:05 +01:00
2012-08-30 03:00:14 +02:00
2012-08-30 03:00:14 +02:00
2013-04-29 20:09:08 +02:00
2012-08-30 03:00:14 +02:00
2012-08-30 03:00:14 +02:00
2012-08-30 03:00:14 +02:00
2012-08-30 03:00:14 +02:00
2013-02-19 02:48:05 +01:00
2013-02-19 02:48:05 +01:00
2013-04-29 20:09:05 +02:00
2011-02-17 11:32:38 +01:00
2013-03-25 14:21:30 +01:00
2013-02-27 19:10:24 -08:00
2012-11-21 23:50:14 +01:00
2013-05-15 14:11:07 +02:00
2013-06-06 01:03:06 -07:00
2012-06-23 02:13:38 +02:00
2013-04-19 14:58:36 -04:00
2013-05-01 17:51:54 -07:00
2013-05-23 11:58:55 +02:00
2013-03-04 14:45:25 +01:00
2013-01-21 12:20:19 +01:00
2010-11-15 13:57:56 +01:00
2011-12-25 02:21:45 -05:00
2013-01-18 00:28:15 +01:00
2013-02-27 19:10:24 -08:00
2013-04-18 20:27:55 +02:00
2011-01-18 06:33:54 +01:00
2013-05-23 11:09:29 +02:00
2011-02-03 00:05:43 +01:00
2011-05-10 10:00:21 +02:00
2011-12-27 20:45:25 +01:00
2013-05-01 17:51:54 -07:00
2011-07-01 16:11:15 -07:00
2011-07-01 16:11:15 -07:00
2012-11-09 17:05:07 -08:00
2011-11-01 09:19:49 +01:00
2011-02-04 14:28:58 -08:00
2012-09-28 11:34:33 +09:00
2011-01-18 06:33:54 +01:00
2013-04-18 20:27:55 +02:00
2013-05-29 12:29:18 +02:00
2012-05-09 20:49:18 -04:00
2012-10-15 13:39:12 +02:00
2012-09-21 12:11:08 +02:00
2011-12-25 02:43:17 +01:00
2013-05-15 14:11:07 +02:00
2013-04-02 01:26:10 +02:00
2013-04-05 20:12:54 +02:00
2012-08-14 21:55:30 -07:00
2011-10-31 19:30:28 -04:00
2013-06-11 02:51:03 -07:00
2013-02-27 19:10:24 -08:00
2013-05-01 17:29:18 -04:00
2012-09-21 12:12:05 +02:00
2010-10-21 10:12:48 +11:00
2013-04-29 20:09:03 +02:00
2013-05-23 11:09:53 +02:00
2011-10-31 19:30:28 -04:00
2013-04-18 20:27:55 +02:00
2013-05-16 17:35:53 +02:00
2013-05-28 13:11:01 -07:00
2012-09-24 14:29:01 +02:00
2012-07-10 23:13:45 -07:00