Skip to content

Commit 1109c00

Browse files
jrfastabdavem330
authored andcommitted
net: sched: RCU cls_route
RCUify the route classifier. For now however spinlock's are used to protect fastmap cache. The issue here is the fastmap may be read by one CPU while the cache is being updated by another. An array of pointers could be one possible solution. Signed-off-by: John Fastabend <[email protected]> Acked-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent e35a8ee commit 1109c00

File tree

1 file changed

+132
-94
lines changed

1 file changed

+132
-94
lines changed

0 commit comments

Comments
 (0)