Eric Dumazet
0ed8ddf404
neigh: Protect neigh->ha[] with a seqlock
...
Add a seqlock in struct neighbour to protect neigh->ha[], and avoid
dirtying neighbour in stress situation (many different flows / dsts)
Dirtying takes place because of read_lock(&n->lock) and n->used writes.
Switching to a seqlock, and writing n->used only on jiffies changes
permits less dirtying.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-10-11 12:54:04 -07:00
..
2010-06-11 18:37:08 -07:00
2010-08-23 20:43:15 -07:00
2010-08-17 15:12:15 -07:00
2010-05-17 23:23:12 -07:00
2010-08-17 15:12:15 -07:00
2010-08-17 15:12:15 -07:00
2010-06-07 01:10:43 -07:00
2010-09-01 14:29:34 -07:00
2010-08-17 15:12:15 -07:00
2010-08-17 15:12:15 -07:00
2010-04-11 14:53:53 -07:00
2010-03-30 22:02:32 +09:00
2010-05-24 00:12:34 -07:00
2010-08-21 23:40:14 -07:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-08-04 21:53:15 -07:00
2010-03-30 22:02:32 +09:00
2010-10-05 00:40:39 -07:00
2008-09-22 19:20:51 -07:00
2010-08-24 14:48:10 -07:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2008-03-17 22:46:46 -07:00
2010-05-17 23:23:12 -07:00
2010-08-23 20:42:11 -07:00
2010-08-20 01:42:59 -07:00
2010-10-05 00:23:44 -07:00
2010-09-12 11:56:44 -07:00
2008-10-31 00:45:55 -07:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-10-05 00:23:44 -07:00
2010-03-30 22:02:32 +09:00
2010-09-01 14:29:35 -07:00
2010-10-09 09:22:53 -07:00
2010-05-17 23:23:14 -07:00
2010-05-17 23:23:14 -07:00
2010-05-17 23:23:14 -07:00
2010-03-30 22:02:32 +09:00
2010-05-17 23:23:14 -07:00
2010-05-17 23:23:14 -07:00
2010-08-19 17:16:25 -07:00
2010-08-10 02:51:11 -07:00
2010-10-11 12:54:04 -07:00