Alexander Duyck
8274a97aa4
fib_trie: Update usage stats to be percpu instead of global variables
...
The trie usage stats were currently being shared by all threads that were
calling fib_table_lookup. As a result when multiple threads were
performing lookups simultaneously the trie would begin to cache bounce
between those threads.
In order to prevent this I have updated the usage stats to use a set of
percpu variables. By doing this we should be able to avoid the cache
bouncing and still make use of these stats.
Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-12-31 18:25:53 -05:00
..
2014-12-05 12:43:04 +01:00
2014-10-15 10:25:04 +10:30
2014-07-15 16:12:48 -07:00
2014-12-12 10:58:53 -05:00
2014-11-24 04:28:48 -05:00
2014-12-09 16:29:03 -05:00
2014-11-24 04:28:48 -05:00
2014-12-23 23:13:37 -05:00
2014-12-24 20:02:00 +01:00
2014-12-05 20:56:46 -08:00
2014-12-09 16:29:03 -05:00
2014-12-07 21:22:05 +01:00
2014-12-17 20:09:52 +03:00
2014-12-26 17:20:56 -05:00
2014-11-16 14:50:52 -05:00
2014-12-10 22:41:55 -05:00
2014-11-24 04:28:51 -05:00
2014-10-01 00:44:04 +10:00
2014-12-14 16:10:09 -08:00
2014-09-05 17:47:02 -07:00
2014-07-11 15:04:40 -07:00
2014-12-09 18:12:03 -05:00
2014-12-31 18:25:53 -05:00
2014-12-22 16:48:01 -05:00
2014-11-24 04:28:49 -05:00
2014-12-10 15:33:16 -05:00
2014-12-10 22:41:55 -05:00
2014-11-24 04:28:48 -05:00
2014-12-31 14:17:20 -05:00
2014-10-24 15:51:42 -04:00
2014-12-10 15:21:24 -05:00
2014-12-17 14:00:17 +01:00
2014-12-05 14:18:42 +01:00
2014-12-23 23:57:31 -05:00
2014-12-27 03:07:50 -05:00
2014-10-09 01:40:05 -04:00
2014-12-29 16:31:49 -05:00
2014-11-24 04:28:48 -05:00
2014-12-09 18:12:03 -05:00
2014-12-27 02:20:23 -05:00
2014-12-22 15:41:15 -05:00
2014-11-24 04:28:48 -05:00
2014-12-15 11:49:09 -05:00
2014-12-14 16:10:09 -08:00
2014-11-24 04:28:48 -05:00
2014-12-10 22:41:55 -05:00
2014-12-10 15:48:20 -05:00
2014-12-10 22:41:55 -05:00
2014-12-10 15:13:13 -08:00
2014-12-02 20:01:22 -08:00
2014-12-31 13:11:39 -05:00
2014-12-09 16:29:03 -05:00
2014-12-09 16:29:03 -05:00
2014-10-07 20:28:44 -04:00
2014-12-12 13:40:38 +01:00
2014-11-24 04:28:48 -05:00
2014-12-08 21:30:21 -05:00
2014-12-09 16:29:03 -05:00
2014-12-02 20:01:20 -08:00
2014-12-16 15:53:03 -08:00
2014-12-19 07:13:21 -05:00